I need "PC" to show up if I type a sentence containing "Called Parent", "Called Dad", or "Called Mon". Here is what I'm trying.
The cell I need "PC" in continues to be blank.![]()
=IF(ISNUMBER(SEARCH("Called Parent", T7)), "PC",IF(ISNUMBER(SEARCH("Called Dad",T7)),"PC,"")
Bookmarks