K
KeithS
Conditionally formatting an Excel 2002 cell fails when the cell value is zero.
I'm checking if the value is greater or equal to the value in another cell,
and colouring the cell green if so, and red if not.
Using 2 lines (1st greater or equal than, pattern = green, 2nd less than,
pattern red) colours the cell red if the cell is blank. To resolve this I
used an additional check as the first line, shunting the others down. The new
first line was 'equal to (ref to blank cell), pattern = no colour. This
resolved the problem, but also caused a no colour cell when the value is 0.
Any ideas?
I'm checking if the value is greater or equal to the value in another cell,
and colouring the cell green if so, and red if not.
Using 2 lines (1st greater or equal than, pattern = green, 2nd less than,
pattern red) colours the cell red if the cell is blank. To resolve this I
used an additional check as the first line, shunting the others down. The new
first line was 'equal to (ref to blank cell), pattern = no colour. This
resolved the problem, but also caused a no colour cell when the value is 0.
Any ideas?