Make ZERO red and bold

  • Thread starter Thread starter Marz
  • Start date Start date
M

Marz

Hello

I am trying to set up a worksheet where totals produced by a formula
equaling zero will be red and bold.
I have looked at the number formatting, but that just does negative numbers
in red. I have also tried to read through the help files, but could not find
anything. Part of the reason for that is that I just don't know where to look
for an answer.

I am thinking that this might require programming, but I am not familiar
with those abilities in Excel. Is that what the Visual Basic button/window is
for? Would this require VB code? That is OK with me. I would like to learn
how to use that. I have programming experience. But, right now, I just don't
know how to proceed. What is my next step to get a formula quantity equal to
zero appear red and bold?


Marz
 
Look at Conditional Formatting (Excel 2003: Format --> Cells --> Conditional
Formatting).
You can select all of the cells with the formula in them and then set them
up so that when their value IS EQUAL to 0 (just type in the zero in the
appropriate area) to turn the font Red and make it Bold.
 
You could try conditional formatting (Format|conditional formatting in xl2003
menus).

You could actually use a custom format of:
General;-General;[Red]0;@

This consists of 4 pieces each separated by a semicolon:
positive;negative;zero;text
 
My Bad. It's not Format --> Cells --> Conditional Formatting.
It goes direct: Format --> Conditional Formatting.
 
Hello

I am trying to set up a worksheet where totals produced by a formula
equaling zero will be red and bold.
I have looked at the number formatting, but that just does negative numbers
in red. I have also tried to read through the help files, but could not find
anything. Part of the reason for that is that I just don't know where to look
for an answer.

I am thinking that this might require programming, but I am not familiar
with those abilities in Excel. Is that what the Visual Basic button/window is
for? Would this require VB code? That is OK with me. I would like to learn
how to use that.  I have programming experience. But, right now, I justdon't
know how to proceed. What is my next step to get a formula quantity equalto
zero appear red and bold?

Marz

If you use Excel 2000 and up, you can use "Conditional formating". To
access it, go to menu Format --> Conditional Formating

You should be able to handle the condition part.
 
No programming required. The topic you need to look up in Excel help is
"conditional formatting".
 
To everyone who answered this: Thank you!

I should have added that I am using version 2007, but your answers led me to
the right menu. And, there is a great demo online for Conditional Formatting
in version 2007 here:

http://office.microsoft.com/en-us/help/HA101655491033.aspx

I didn't think that this was going to be so easy! There are a lot of options
available here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top