0% found this document useful (0 votes)
70 views3 pages

Simple Vlookup Examples

The document provides examples of using the VLOOKUP function in Excel to look up values from a table with sales person data including number of customers, net sales, and profit or loss. It includes sample questions that can be answered by using VLOOKUP to retrieve values from the table, such as the number of sales for a particular person or the profit amount for another. The homework questions at the end prompt the user to practice using VLOOKUP to look up additional values from the sales data table.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views3 pages

Simple Vlookup Examples

The document provides examples of using the VLOOKUP function in Excel to look up values from a table with sales person data including number of customers, net sales, and profit or loss. It includes sample questions that can be answered by using VLOOKUP to retrieve values from the table, such as the number of sales for a particular person or the profit amount for another. The homework questions at the end prompt the user to practice using VLOOKUP to look up additional values from the sales data table.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 3

Simple VLOOKUP Examples

Data
Sales Person No. Customers Net Sales Profit / Loss
Joseph 8 1,592 563
John 8 1,088 397
Josh 8 1,680 753
Jamie 9 2,133 923
Jackie 10 1,610 579
Johnson 10 1,540 570
Jonathan 7 1,316 428
Jagjit 7 1,799 709
Jairam 8 1,624 621
Jessy 6 726 236
Javed 9 2,277 966
Jimmy 6 714 221
Juno 9 2,682 1,023
Visit Chandoo.org for more…,

Questions Answer
1. How many sales did John make? 1088
2. How many customers did Jamie have? 9
3. What is the profit of Jessy? 236
4. How many customers did Joshua have? #N/A

Homework
Questions Your Answer
1. How many sales for the person in cell G17?
2. Who made more sales - Jamie or Jackie?
3. What is the sale per customer for Jagjit?
4. What is the profit % for person in G17?

Jonathan
Formula
=VLOOKUP("John",$B$5:$E$17,3,FALSE)
=VLOOKUP("Jamie",$B$5:$E$17,2,FALSE)
=VLOOKUP("Jessy",$B$5:$E$17,4,FALSE)
=VLOOKUP("Joshua",$B$5:$E$17,2,FALSE)

You might also like