ARGH! VLOOKUP just *never* goes right for me!
I have 2 sets of data on one sheet. The first set is A2:C59833.
The second set is G2:J4261.
In column H of the second data set I have ID#s.
In column A of the first data set I also have ID#s. Both data sets are sorted by ID#s in ascending order.
In column C of the first data set I have member numbers (the information I'm interested in finding).
So in column K I wrote this formula: =VLOOKUP(H2,$A$2:$C$59833,3,FALSE)
...saying I want to look in the first data set for the number that's in H2 (from the 2nd data set) and return back the number in column C (i.e. the 3rd column).
I get #N/A# for every result and I can *see* that the numbers are there in the first data set that I'm doing the lookup on!!
What am I doing wrong?
Thanks...
I have 2 sets of data on one sheet. The first set is A2:C59833.
The second set is G2:J4261.
In column H of the second data set I have ID#s.
In column A of the first data set I also have ID#s. Both data sets are sorted by ID#s in ascending order.
In column C of the first data set I have member numbers (the information I'm interested in finding).
So in column K I wrote this formula: =VLOOKUP(H2,$A$2:$C$59833,3,FALSE)
...saying I want to look in the first data set for the number that's in H2 (from the 2nd data set) and return back the number in column C (i.e. the 3rd column).
I get #N/A# for every result and I can *see* that the numbers are there in the first data set that I'm doing the lookup on!!
What am I doing wrong?
Thanks...