- Aug 21, 2005
- 3,888
- 8
- 81
Can someone tell me why this happens when I do a vlookup? Column E shows the formula I used and column F shows what column E returned after you hit enter. In reality there is no column F, just used to show the answer.
-------A-------B-------C-------------D--------------E---------------------F
1----1K3------1------1K3------=vlookup(D1,A$1:B$4,2)------------1
2----100------2------2FG------=vlookup(D2,A$1:B$4,2)------------3
3----2FG------3------100------=vlookup(D3,A$1:B$4,2)------------#N/A
4----3Q5------4------3Q5------=vlookup(D4,A$1:B$4,2)------------4
The #N/A should return a 2 but it doesn't.

EDIT: For clarity and spacing
-------A-------B-------C-------------D--------------E---------------------F
1----1K3------1------1K3------=vlookup(D1,A$1:B$4,2)------------1
2----100------2------2FG------=vlookup(D2,A$1:B$4,2)------------3
3----2FG------3------100------=vlookup(D3,A$1:B$4,2)------------#N/A
4----3Q5------4------3Q5------=vlookup(D4,A$1:B$4,2)------------4
The #N/A should return a 2 but it doesn't.
EDIT: For clarity and spacing
