View Single Post
  #3   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

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



"klm96" wrote in message
...
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