hvaleagues
New Member
- Joined
- Sep 25, 2009
- Messages
- 9
I have been stumped on this one for a while and have searched the forums for answers, but although finding similar situations I can't seem to get the results I am looking for. Any help would be appreciated.
I have a column which I use to check my entries into other columns and should always produce a 0.00 (unless I made a mistake somewhere). In order to call attention to any mistakes, I would like to highlight these non 0 cells in red. Using conditional formatting, I am able to do this, however it also highlights my blank cells red. I would like to keep the blanks with the gray highlight that the whole column has.
The blank cells in this column actually contain formulas, but show a blank thru the IF command. My formula in these cells is
The range I am trying to work on is : EA2:EA809
I have read that a cell that contains a formula is not truly blank and thats why my CF won't work.
Any ideas on how to use CF to get the results I am looking for?
I have a column which I use to check my entries into other columns and should always produce a 0.00 (unless I made a mistake somewhere). In order to call attention to any mistakes, I would like to highlight these non 0 cells in red. Using conditional formatting, I am able to do this, however it also highlights my blank cells red. I would like to keep the blanks with the gray highlight that the whole column has.
The blank cells in this column actually contain formulas, but show a blank thru the IF command. My formula in these cells is
Code:
=IF(DZ2="","",ROUND((O2+Z2)-DZ2,6))
I have read that a cell that contains a formula is not truly blank and thats why my CF won't work.
Any ideas on how to use CF to get the results I am looking for?