if =0 ""

G

Guest

in K7 I have the sum of b7:F7
if sum b7:f7 = 0.00 then i want to leave k7 blank; but if there is data in
b7:f7 I want the total
my formula is
=if(b7:f7=0,"",sum(b7:f7))
With figures in this range the current response is #VALUE

I know it must be simple and I thought I had followed the logical tests etc
that appear to prompt you
but.....
appreciate your clarification
Bill
 
R

ramana

Hi bill,

Just try this.

K7=IF(OR(B7>0,C7>0,D7>0,E7>0,F7>0),SUM(B7:F7)," ").

The formula worked for me.

Regards

Ramana
 

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