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
 
It's called simple logic as you would use in real life, not just Excel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top