I'm doing a VLOOKUP =VLOOKUP(A2, Sheet2!$A$1:$O$400,2,FALSE)
And running into a problem where the A2 value has very close values associated with different cells within the A column:
VLOOKUP for 1063:
Sheet2 has IW1063, C1063, 1063 (the one I want to vlookup), and 10634 in the A column.
The return is #N/A, even if the value is present in the table and in the lookup range. Could I have missed something or is there something I should add?
=VLOOKUP(A2&"", Sheet2!$A$1:$O$400,2,FALSE)
– Scott Craner