B
Bert
I'm trying to use conditional formatting to accomplish the following:
if the cell is empty or contains a greater than zero value, the cell
color is white (or no color), if there is a 0 in the cell, the cell color is
red.
This doesn't seem that difficult, but I'm not having success. Either it's
red all the time, or it's white all the time, regardless of value.
This is the conditional formula I'm using: Cell value is equal to
=AND(NOT(ISBLANK(P33)),P33=0)
Thanks.
Bert
if the cell is empty or contains a greater than zero value, the cell
color is white (or no color), if there is a 0 in the cell, the cell color is
red.
This doesn't seem that difficult, but I'm not having success. Either it's
red all the time, or it's white all the time, regardless of value.
This is the conditional formula I'm using: Cell value is equal to
=AND(NOT(ISBLANK(P33)),P33=0)
Thanks.
Bert