Positive and negative numbers...

  • Thread starter Thread starter T. Valko
  • Start date Start date
T

T. Valko

To sum all the positive values:

=SUMIF(B:B,">0")

To sum all the negative values:

=SUMIF(B:B,"<0")
 
Hi. I'm having some difficulty with a problem which seems like it should be
simple. In column B I have a list of money amounts, "charges", which include
the occasional negative number, "payments". In column C I need to total all
the positive numbers and in column D all the negative amounts. The formula I
tried merely totals the amounts, subtracting the negatives from the
positives. How can I have C ignore the minuses and D ignore the pluses?

Thanks.

silas
 
Back
Top