Vlookup match greater than lookup value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help! My vlookup formula produces a match that is greater than the lookup
value. The values in the first column of the table is in ascending order and
none of them are text. It's driving me crazy!
 
Did you miss the "FALSE" parameter in the statement?
i.e. VLOOKUP(key,range,col,FALSE)
The parameter will force the function to find an exact match.

If all else fails - try help.
 
Hi daddylonglegs,
I found a solution - I used Match along with Vlookup and it corrected it.
Thanks for you concern.
 
Back
Top