Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Data Analysis and Business Modeling with Excel 2013

You're reading from  Data Analysis and Business Modeling with Excel 2013

Product type Book
Published in Oct 2015
Publisher
ISBN-13 9781785289545
Pages 226 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Data Analysis and Business Modeling with Excel 2013
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Getting Data into Excel 2. Connecting to Databases 3. How to Clean Texts, Numbers, and Dates 4. Using Formulas to Prepare Your Data for Analysis 5. Analyzing Your Data Using Descriptive Statistics and Charts 6. Link Your Data Using Data Models 7. A Primer on Using the Excel Solver 8. Learning VBA – Excel's Scripting Language 9. How to Build and Style Your Charts 10. Creating Interactive Spreadsheets Using Tables and Slicers Tips, Tricks, and Shortcuts Index

How to create formulas


What exactly are Excel formulas? These are pieces of code that are typed into a cell and always start with an equals sign. The equals sign (=) tells Excel that you are about to create a formula in that cell. Let's create some simple formulas:

  1. Fire up Excel 2013 and create a new spreadsheet. In cell A1, enter the following formula:

    =5+5

    The following screenshot shows you cell A1 before you press the Enter key on your keyboard. After pressing the Enter key, you will see a value of 10 in cell A1.

  2. Delete the contents of cell A1 and enter the following formula in cell A1:

    =hello world

    After you press the Enter key, you will get a similar result, as shown in the following screenshot:

    The goal of the preceding formula was to enter a string in cell A1, but it did not work. Cell A1 should have the value hello world, but it does not. What just happened here? #NAME? means that there is an error in your formula. When we enter strings in a formula, we have to place quotes around the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}