Forum Discussion
Erica Visser
Sep 23, 2018Copper Contributor
Problem with conditional formatting?
Hi I am trying to set a conditional formatting based on the fact that a certain text or range name is found in a formula in the cell. So if my cell contains the following formula then I want it to ...
SergeiBaklan
Sep 23, 2018Diamond Contributor
Hi Erica,
I didn't catch which formulas do you have, but to check in conditional formatting rule if formula in the cell contains this or that text you may by
=ISNUMBER(SEARCH("MyText",FORMULATEXT(A1)))
- Erica VisserSep 25, 2018Copper ContributorHi Sergei
Thanks that is awesome.