ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditional formatting: Less than, Greater than or "0". (https://www.excelbanter.com/excel-worksheet-functions/178867-conditional-formatting-less-than-greater-than-0-a.html)

Debbie

Conditional formatting: Less than, Greater than or "0".
 
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

PCLIVE

Conditional formatting: Less than, Greater than or "0".
 
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

--

"Debbie" wrote in message
...
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




Debbie

Conditional formatting: Less than, Greater than or "0".
 
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


"PCLIVE" wrote:

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

--

"Debbie" wrote in message
...
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





PCLIVE

Conditional formatting: Less than, Greater than or "0".
 
You might try change that condition to FormulaIs =INT(A1)=0

--

"Debbie" wrote in message
...
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


"PCLIVE" wrote:

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

--

"Debbie" wrote in message
...
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







Debbie

Conditional formatting: Less than, Greater than or "0".
 
That didn't work either.
Any other suggestions?



"PCLIVE" wrote:

You might try change that condition to FormulaIs =INT(A1)=0

--

"Debbie" wrote in message
...
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


"PCLIVE" wrote:

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

--

"Debbie" wrote in message
...
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







Cimjet[_2_]

Conditional formatting: Less than, Greater than or "0".
 
Hi Debbie
In Conditional Formatting 0 and nothing is the same.
Regards
Cimjet
"PCLIVE" wrote in message
...
You might try change that condition to FormulaIs =INT(A1)=0

--

"Debbie" wrote in message
...
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


"PCLIVE" wrote:

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

--

"Debbie" wrote in message
...
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







Pete_UK

Conditional formatting: Less than, Greater than or "0".
 
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

On Mar 5, 8:22*pm, Debbie wrote:
That didn't work either.
Any other suggestions?



"PCLIVE" wrote:
You might try change that condition to FormulaIs * * =INT(A1)=0


--


"Debbie" wrote in message
...
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


"PCLIVE" wrote:


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


--


"Debbie" wrote in message
...
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- Hide quoted text -


- Show quoted text -



Debbie

Conditional formatting: Less than, Greater than or "0".
 
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



"Cimjet" wrote:

Hi Debbie
In Conditional Formatting 0 and nothing is the same.
Regards
Cimjet
"PCLIVE" wrote in message
...
You might try change that condition to FormulaIs =INT(A1)=0

--

"Debbie" wrote in message
...
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


"PCLIVE" wrote:

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

--

"Debbie" wrote in message
...
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









All times are GMT +1. The time now is 11:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com