Format Cells within a table

D

dpal

How do you format a cell that has a "0" in it within a table so it won't
print? Can't use filter to elliminate it there are other things in rows or
columns I need.
With out the table I can change font color to white or set conditional
format but I can't see to do that when I have a colored table.
Can you help?
 
J

Jacob Skaria

If the table values are generated from formula use a IF condition to handle
all zeros. If all values are more than 0 with no decimals then custom format
that to FormatCells>CustomFormat>Type:=
#;""
 
J

Jacob Skaria

If you have decimals
#,##0.00;-#,##0.00;
OR
#,##0;-#,##0;


Another way is to goto Tools>Options view, Uncheck zero values...but will
take off zeroes for the entire workbook not just for the table

If this post helps click Yes
 

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