H Hervinder Oct 7, 2003 #1 Is it possible to lookup a value in a range that is not sorted and return any return true or false if found.
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 Oct 7, 2003 #2 Hi: =NOT(ISERROR(MATCH("a",A:A,0))) where "a" is your lookup value. Regards, Vasant.