formula for sum of positive numbers only
I have a column to add the above numbers, but want it to add all the positive numbers and disregard all the negative numbers. Is it possible and how?
I have a column to add the above numbers, but want it to add all the positive numbers and disregard all the negative numbers. Is it possible and how?
Or, =SUMIF(B,">0")
If sum-values is omitted, the default value is test-values.
Regards,
Ian.
Or, =SUMIF(B,">0")
If sum-values is omitted, the default value is test-values.
Regards,
Ian.
seems to do the trick. thanks
formula for sum of positive numbers only