Making Zeros look like no entry

D

DeeDeeCee

I have a spreadsheet that makes some calculation in a column, based on
multiplying numbers entered in 2 other columns. However, for some of the
rows, there is no "input" data, and so the calculation simply indicates the
answer is zero. This gives me a column with lots of zero's in the cells. I'd
prefer there simply to be a blank cell, whenever the result of the formula is
zero. Is there a way to achieve that?

Thanks much.

ddc
 
F

FSt1

hi
you didn't give enough info to write a proper formula so i'll have to make
one up.

=if(A1+B1=0,"",A1+B1)

or if the formala A1+B1 = 0, display nothing, else desplay the formula
results.

Regards
FSt1
 
×

מיכ×ל (מיקי) ×בידן

If you prefer to hide ALL zeros throughout the WB just de-select the 'zero
values' in the 'Tools' > 'Options' > 'Vies" in order to avoid any formula(s)
modification(s).
Micky
 
×

מיכ×ל (מיקי) ×בידן

Sorry...
This effects every sheet, by itself, which makes it more flexible.
Micky
 
J

JLatham

Another option that I don't think has been mentioned yet:
Use Conditional Formatting on the column to set the font color to the same
color as the cell (usually white) if the value in the cell is zero. This has
the end effect of leaving zero in the cell if you need it for any
calculations such as averaging, but not cluttering up the column with
displayed zeros; and it's a little more precise in affecting only that column
not all worksheets in hiding zeros.
 

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

Top