Is it possible to carry out a conditional format for cells that contain part of a formula.
Specifically I want to format cells that have "+2" in their formula, for example "=7+2" will be formatted.
I was thinking to convert to text and then scan for the "+2", but don't know how to do this.
So far I have only a generic format for all formulas.
Specifically I want to format cells that have "+2" in their formula, for example "=7+2" will be formatted.
I was thinking to convert to text and then scan for the "+2", but don't know how to do this.
So far I have only a generic format for all formulas.
VBA Code:
=ISFORMULA(A1)=TRUE