Hello,
I am trying to create a conditional formatting rule that will highlight the cell if one column contains the text "Closed Won" and another column contains the text "Fruit". I am using this currently...
=AND(ISNUMBER(SEARCH("Closed Won", $D4)),ISNUMBER(SEARCH("Fruit",Sheet4!$AF3)))
but it doesnt seem to be working.
Thanks!
I am trying to create a conditional formatting rule that will highlight the cell if one column contains the text "Closed Won" and another column contains the text "Fruit". I am using this currently...
=AND(ISNUMBER(SEARCH("Closed Won", $D4)),ISNUMBER(SEARCH("Fruit",Sheet4!$AF3)))
but it doesnt seem to be working.
Thanks!