so, i want to search a cell for the words "meals" or "breakfast". If it's found, I want to put Yes into the cell where the formula is. If not, no. Didn't think it would be this hard... lol
This is what I have so far...
=IF(ISNUMBER(SEARCH(OR("meals", "Breakfast") ,cellwiththestring)), "Yes", "No")
Bookmarks