I'm sure this can be done

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

Vasant Nanavati

Hi:

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

where "a" is your lookup value.

Regards,

Vasant.
 
Top