Waht formula i should use

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 excel sheets, CBL 1 and CBL 2, and the last is Total CBL.
What I want to do is sum de same cell of CBL1 and CBL2 (for example D12) in
the TOTAL CBL, teh resul shoul appear on the D12 cell on the Total CBL sheet.
The problem is if the value is equals to zero, i dont want to see any
result, I want to have a blank cell.
 
Hi,

Use

=IF(SUM(CBL 1:CBL 2!D12)=0,"",SUM(CBL 1:CBL 2!D12))

Regards

Govind
 
One way is to suppress extraneous zeros from displaying
in the TOTAL CBL sheet via:
Tools > Options > View tab > Uncheck Zero values > OK
 
Thank you very much

you have solved my problem, in a very simple way

"Max" escreveu:
 

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