G
Guest
Hi Everybody,
if this statement --> " =VLOOKUP(A2,Sheet1!$A$2:$B$3,2,0) " is lookup for a
table by 1 criteria (1-Dimension).
How about looking up a 2-Dimension, let's illustrate.
in Sheet1:
Class1 Peter
Class2 Mary
Class3 Ben
=VLOOKUP(A2,Sheet1!$A$1:$B$3,2,0) '1-Dimension search, if Class1, then
show Peter, right.
How about in 2-Dimension:
Eng Maths Chem
Class1 Peter John Ann
Class2 Mary Jeff Ken
Class3 Ben Peter Mary
Kindly tells what's the lookup statement to set criteria Class3 and Maths,
then Peter found.
Thanks & regards!
if this statement --> " =VLOOKUP(A2,Sheet1!$A$2:$B$3,2,0) " is lookup for a
table by 1 criteria (1-Dimension).
How about looking up a 2-Dimension, let's illustrate.
in Sheet1:
Class1 Peter
Class2 Mary
Class3 Ben
=VLOOKUP(A2,Sheet1!$A$1:$B$3,2,0) '1-Dimension search, if Class1, then
show Peter, right.
How about in 2-Dimension:
Eng Maths Chem
Class1 Peter John Ann
Class2 Mary Jeff Ken
Class3 Ben Peter Mary
Kindly tells what's the lookup statement to set criteria Class3 and Maths,
then Peter found.
Thanks & regards!