H
Hall
VLOOKUP is great for looking up a value with a single index column. But
what if I need to lookup against two or more values?
Simplified example:
apples 5 A
apples 6 B
apples 4 C
pears 6 D
pears 7 E
grapes 4 F
oranges 2 G
oranges 3 H
Get value in third column where first column is "pears" and second column is
6. Result is D.
How would this be done??
Thanks y'all!
what if I need to lookup against two or more values?
Simplified example:
apples 5 A
apples 6 B
apples 4 C
pears 6 D
pears 7 E
grapes 4 F
oranges 2 G
oranges 3 H
Get value in third column where first column is "pears" and second column is
6. Result is D.
How would this be done??
Thanks y'all!