andyreloaded
Board Regular
- Joined
- Aug 1, 2006
- Messages
- 80
I have a spreadsheet that is mostly formulas. We may go in and append "+20" to one cell, and "-20" to another cell. Next month, when my formulas update, I don't want to forget that there is a manual adjustment nested in the cell after the formula.
Is there any way to make a conditional formula so that it will shade a cell if it contains a "+" sign or a "-" sign? Or if it contains a hard coded number?
This is a cell's contents that I would like to shade (because of the +20 on the end):
=ROUND(IFERROR(GETPIVOTDATA("Balance",iBSDATA!$A$3,"CoCd",G$1&"","FS Item",$A26),0),0)+20
Conditional formatting always gives me a headache, so any help would be greatly appreciated!
Is there any way to make a conditional formula so that it will shade a cell if it contains a "+" sign or a "-" sign? Or if it contains a hard coded number?
This is a cell's contents that I would like to shade (because of the +20 on the end):
=ROUND(IFERROR(GETPIVOTDATA("Balance",iBSDATA!$A$3,"CoCd",G$1&"","FS Item",$A26),0),0)+20
Conditional formatting always gives me a headache, so any help would be greatly appreciated!