VLOOKUP not returning field values

  • Thread starter Thread starter Matt M
  • Start date Start date
M

Matt M

I created a vlookup attempting to capture data already in text format and am
not even receiving an #N/A error for the data. Below shows my field formula.
One thing to note that data being evaluated isn't in any specific order (IE
Column 1 fields such as AB, 1G, BB, 4N, etc.) Does this matter?

VLOOKUP(A2,'sheet1'!$A$2:$A$508,2,FALSE
 
Back
Top