Hi all,
I have three columns. In the three columns there are positive and negative
values. How do i sum across only positve values??

Signature
Regards,
DeckyT
Toppers - 12 Feb 2007 16:23 GMT
Use SUMIF:
=SUMIF(A1:A20,">0")
HTH
> Hi all,
>
> I have three columns. In the three columns there are positive and negative
> values. How do i sum across only positve values??