Hi Gang,
I want to change this:
=SUMPRODUCT(--ISNUMBER(SEARCH({"A1","A2","A3"},C1)))>0
to be a range like A1:A10 instead of "a1", "a2", "a3". However, if none of the cells in the range A1:A10 match C1, yet are empty, it will still return TRUE for some reason.
I want to change this:
=SUMPRODUCT(--ISNUMBER(SEARCH({"A1","A2","A3"},C1)))>0
to be a range like A1:A10 instead of "a1", "a2", "a3". However, if none of the cells in the range A1:A10 match C1, yet are empty, it will still return TRUE for some reason.