Vlook not returning text value of cell

  • Thread starter Thread starter J.W. Aldridge
  • Start date Start date
J

J.W. Aldridge

Column 61 has numerical value and if i change this to 61, it works.
But for some reason, since column 62 has text values and it doesnt
work. Any help?

=VLOOKUP(C7,log_data,62,FALSE)
 
What does it return instead?

If it's a #ref! error, maybe the range named Log_Data doesn't have 61 columns?
 
Back
Top