removing unneeded information

C

Cal

In cell AF4 iI have the following formula; =SUM(C4,G4,K4,O4,S4,W4,AA4) with
no data in those cells, cell AF4 shows 0.00. how do I get the cell blank if
the value is 0.00?
 
P

Per Jessen

Hi

=IF(SUM(C4,G4,K4,O4,S4,W4,AA4)<>0,SUM(C4,G4,K4,O4,S4,W4,AA4),"")

Hopes this helps

/Per
 
R

Ron Rosenfeld

In cell AF4 iI have the following formula; =SUM(C4,G4,K4,O4,S4,W4,AA4) with
no data in those cells, cell AF4 shows 0.00. how do I get the cell blank if
the value is 0.00?

You could format the cell to show nothing if the value is 0

Format/Cells/Number/Custom Type: 0.00;-0.00;


--ron
 

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