Lookup To Left
Lookup To Left
Data
Sales Person No. Customers Net Sales Profit / Loss Profit Ratio
Joseph 8 1,592 563 35%
Questions Answer
1. Which person made sales = 1088 John
2. Who made maximum sales? Juno
4. What is sale per customer for the person who has lowest 119
profit ratio?
Homework
Questions Your Answer
1. Who sold second highest?
2. What is the Profit Ratio rank of person who sold second
highest?
3. What is difference in sale per customer between the
highest selling & lowest selling sales persons?
Formula
=INDEX($B$5:$B$17,MATCH(1088,$D$5:$D$17,0))
=INDEX($B$5:$B$17,MATCH(MAX($D$5:$D$17), $D$5:$D$17,0))
=INDEX($B$5:$B$17,MATCH(MIN($C$5:$C$17),$C$5:$C$17,0))
=INDEX($D$5:$D$17,MATCH(MIN($F$5:$F$17),$F$5:$F$17,0))
/INDEX($C$5:$C$17,MATCH(MIN($F$5:$F$17),$F$5:$F$17,0))