View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RobWN RobWN is offline
external usenet poster
 
Posts: 25
Default Vlookup match greater than lookup value

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.
--
Regards
Rob
"papio5949" wrote in message
...
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!
--
papi