Alternate to Lookup?

K

klm96

I need to look up a value in Column A, and report the corresponding value
from corresponding column C. If the value is not found in A, I want some
sort of error message or text to indicate this result. "If LOOKUP can't find
the lookup_value, it matches the largest value in lookup_vector that is less
than or equal to lookup_value", this would be misleading. I should mention
that I am looking between two worksheets with this one.

Thanks
 
M

Mangesh Yadav

Use VLOOKUP()
The last argument should be FALSE to indicate that you want an exact match.
Use an IF statement for your desired error message.

Mangesh
 
Top