0% found this document useful (0 votes)
29 views2 pages

Fetching 2nd, 3rd Matches

Here are the answers to the homework questions: 1. The Net Sales amount for the last occurrence of Jamie is $714 2. The highest Net Sales amount for all of John's sales is $2,682 3. John made his highest sale ($2,682) on the 4th occurrence. 4. Yes, to fetch the 2nd sales amount for Josh without using the helper column, you can use: =VLOOKUP("Josh",$A$5:$E$17,4,FALSE) This looks up "Josh" in the first column, and returns the value in the 4th column (Net Sales) of the matching row, which will be the 2nd

Uploaded by

Deepak Jain
Copyright
© © All Rights Reserved
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)
29 views2 pages

Fetching 2nd, 3rd Matches

Here are the answers to the homework questions: 1. The Net Sales amount for the last occurrence of Jamie is $714 2. The highest Net Sales amount for all of John's sales is $2,682 3. John made his highest sale ($2,682) on the 4th occurrence. 4. Yes, to fetch the 2nd sales amount for Josh without using the helper column, you can use: =VLOOKUP("Josh",$A$5:$E$17,4,FALSE) This looks up "Josh" in the first column, and returns the value in the 4th column (Net Sales) of the matching row, which will be the 2nd

Uploaded by

Deepak Jain
Copyright
© © All Rights Reserved
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/ 2

Fetching 2nd, 3rd Matches… Visit Chandoo.

org for more…,

Helper Column Actual Data


#SalesPerson Sales Person No. Custome Net Sales Profit / Loss Sales in Each Occurrence
Joseph1 Joseph 8 1,592 563 Sales Person
John1 John 8 1,088 397 Joseph
Josh1 Josh 8 1,680 753 John
Jamie1 Jamie 9 2,133 923 Jackie
Joseph2 Joseph 10 1,610 579
John2 John 10 1,540 570 All formulas are in the following form
Josh2 Josh 7 1,316 428
Jamie2 Jamie 7 1,799 709 =VLOOKUP($H6&COLUMNS($I$5:I$5),

Joseph3 Joseph 8 1,624 621 We use COLUMNS() to get running nu


John3 John 6 726 236 information on that.
Josh3 Josh 9 2,277 966
Jamie3 Jamie 6 714 221
John4 John 9 2,682 1,023 Help: Use COLUMNS() Formula to Ge

Homework
1. What is the Net Sales amount for last occurrence of Jamie?
2. Of all the sales John made, which one is highest?
3. Of all the sales John made, on which occurrence did he make the highest sale?
4. Is there way to fetch 2nd sales amount for Josh without using the helper column (B5:B17) ?
o.org for more…,

h Occurrence
Sales 1 Sales 2 Sales 3 Sales 4
1592 1610 1624 #N/A
1088 1540 726 2682
#N/A #N/A #N/A #N/A

are in the following format.

$H6&COLUMNS($I$5:I$5),tblData,4,FALSE)

UMNS() to get running numbers. See below link for


on that.

OLUMNS() Formula to Generate Running Numbers

Your Answers

You might also like