I am using this formula to tell me if certain text is in cell A1, "mike" in this case.
=IF(ISNUMBER(SEARCH("mike",A1)),"approve","")
How would I restructure the formula to search for three different variables and return an "approve" if ANY of them is present? For instance, lets say I am looking for "mike", "john", OR "Jim".
Thanks so much
=IF(ISNUMBER(SEARCH("mike",A1)),"approve","")
How would I restructure the formula to search for three different variables and return an "approve" if ANY of them is present? For instance, lets say I am looking for "mike", "john", OR "Jim".
Thanks so much