Exact Value return
Posted by Martin Pingree on August 09, 2001 10:34 AM
Sheet 1 contains
4
5
6
Sheet 2 contains
1 A
3 B
5 C
7 D
9 E
I'm trying to use LOOKUP on sheet 1 to get an exact match from sheet 2. The LOOKUP formula of=LOOKUP(A1,Sheet2!A:A,Sheet2!B:B) for A1 thru A3 obviously doesn't find a match but puts the values of b,c,d accordingly. Is there a way to use INDEX or MATCH to accomplish this as LOOKUP doesn't appear that it will work ?