Cells containt text of multiple words. I want to return "Yes" if "A" exists in cell; "No" if "B" exists; and "maybe" if neither A or B exists... ? Currently, I'm using =IF((ISNUMBER(SEARCH("A",B3))),"YES","NO") ...but this only tells me about A not B or neither ??