adding and subracting credits

D

dmedina

Hi
I have a total of debits and I also have some credits. What formula do I use
in order to have excel add the debits but not subtract the credits which
appear like this (32.09). It should ignore the credits.
 
E

Elkar

Try this:

=SUMIF(A1:A100,">0")

And, to SUM the Credits and ignore the Debits, you could use:

=SUMIF(A1:A100,"<0")

HTH,
Elkar
 
D

dmedina

Thank you, that worked!

Elkar said:
Try this:

=SUMIF(A1:A100,">0")

And, to SUM the Credits and ignore the Debits, you could use:

=SUMIF(A1:A100,"<0")

HTH,
Elkar
 

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

Top