I'm sure this can be done

  • Thread starter Thread starter Hervinder
  • Start date Start date
H

Hervinder

Is it possible to lookup a value in a range that is not
sorted and return any return true or false if found.
 
Hi:

=NOT(ISERROR(MATCH("a",A:A,0)))

where "a" is your lookup value.

Regards,

Vasant.
 
Back
Top