How can set up a rule in conditional formatting that is looking to a cell to contain text as opposed to equal text? e.g., If the cell ="apple", I can use =$A2="apple". BUT, if I want the rule to based on text within a string, eg, to format based on "apple pie", "apple tart", "baked apples", how do I do that? Can conditional formatting cope with find() or search(), and if so how to use it correctly?
I was hoping to use =A2=ISNUMBER(SEARCH("apple",$A2,1)) but that didn't work.
I was hoping to use =A2=ISNUMBER(SEARCH("apple",$A2,1)) but that didn't work.