SUm

  • Thread starter Thread starter shah
  • Start date Start date
Positive values only: =SUMIF(A1:A20,">"&0)
Negative values only: =SUMIF(A1:A20,"<"&0)
best wishes
 
If it's the whole column you want to sum, use:
=sumif(a:a,">0")
=sumif(a:a,"<0")

Regards,
Fred.
 
Back
Top