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.
 
Top