Hi All,
I am trying to return a cell value based on text within other columns. My attempt of this which is wrong is below:
=IF(ISNUMBER(MATCH(TRUE,ISNUMBER(SEARCH({"text1","text2","text3","text4","text5"},A1:C1)),0)), D1, "")
It is still returning D1 when text1 - text5 examples are not in A1:C1.
Any ideas clever peoples?
Bookmarks