SUm

B

Bernard Liengme

Positive values only: =SUMIF(A1:A20,">"&0)
Negative values only: =SUMIF(A1:A20,"<"&0)
best wishes
 
F

Fred Smith

If it's the whole column you want to sum, use:
=sumif(a:a,">0")
=sumif(a:a,"<0")

Regards,
Fred.
 

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