R
Riaan
I wish to use conditional format type functionality to distinguish between
cells that have values only in versus cells with formulas in.
cells that have values only in versus cells with formulas in.
One way...
**Select cell A1** (this is important!!!)
Create this named formula
Goto the menu Insert>Name>Define
Name: IsFormula
Refers to: =GET.CELL(48,A1)
OK
Now, apply the formatting
Select the cell(s) you want to format.
Goto the menu Format>Conditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=IsFormula
Click the Format button
Select the desired style(s)
OK out
Cells that contain formulas will have the format applied
None of the two solutions works for me!? I have Excel 2013 - is that the problem?