Excel - Adding positive or negative numbers in a column
=SUMPRODUCT((A1:A15)*(A1:A150))
A1:15 represents whatever your range is.
I like sumproduct because it is intuitive, showing you your conditions, ie
greater than zero or positive.
"skygazer" wrote:
How do I add only the positve numbers in a column with both positive and
negative numbers?
|