Conditional formatting: Less than, Greater than or "0".

  • Thread starter Thread starter Debbie
  • Start date Start date
D

Debbie

I have a workbook with multiple spreadsheets. I need my cells to have
conditional formatting. I have set up:
If less than 0: Font should be Red
If equal to 0: Font should be Black
If more than 0: Font should be Green

The less than and more than both work.
The equal to turns green.

How cab I make it turn black?

Thanks,

Debbie
 
Your zeros are probably text instead of a number. Try putting quotes around
your zero ("0") in the conditional formatting and see if it changes.

HTH,
Paul
 
I tried your suggestion.
I changed the format to "0".
When I looked back at the format it was changed to:
="'0'"
And the condition was still green instead of black as I need.

Debbie
 
You could remove the middle condition, as CF takes precedent, so if
you have two conditions defined, one for greater than and another for
less than, then if the value is equal to zero the normal cell format
(set to black) will apply.

Hope this helps.

Pete
 
Ok, now that I've wasted everyone's time...
I figured it out.
I have an "IF" statement that says if the cell is "0", enter a "0.00%".
I'm so sorry.
When I realized it, I was able to get my conditional formatting to work.

Thanks so much for all your help.

Debbie
 
Back
Top