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

Preparing data


Now that we have gathered our data, we can start asking questions of interest about our dataset. For example, we can ask how much money did Fast Forms make in 2014? To answer this question, we will start by using the well-known VLOOKUP function, and then, we will use the exciting new data model's features.

The pmthistory table has all of the applications that were submitted in 2014. It does not have the dollar amount that was charged to the customer. It does have a column named rateplanid and this column points to the table called rateplan that will tell us the dollar amount we are looking for. In the database world, the rateplanid column in the pmthistory table is known as a foreign key. The column id in the rateplan table is known as the primary key. Let's create a VLOOKUP function to pull the price column from the rateplan table into the pmthistory table:

  1. Select the pmthistory tab and type price into cell G1, as shown here:

  2. In cell G2, type =vlookup and then select cell D2...

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}