Vlookup match greater than lookup value

P

papio5949

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!
 
R

RobWN

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.
 
P

papio5949

Hi daddylonglegs,
I found a solution - I used Match along with Vlookup and it corrected it.
Thanks for you concern.
 
Top