Adding Numbers on 1 Column based on the Value of another Column

J

Jonas Magcase

Hey Everyone,

I am creating a budget sheet for myself. One of the columns is "credit" or
"debit" and another column is the amount. What I am looking to do is tally
up all the credits and all the debits in 2 separate cells. What is the best
way to go about this?

Best wishes,

Jonas
 
J

Jonas Magcase

Thanks Ken!

Ken Wright said:
=SUMIF(range,criteria,sum_range)

=SUMIF(A1:A100,"Credit",B1:B100)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

-------------------------------------------------------------------------- --
It's easier to beg forgiveness than ask permission :)
-------------------------------------------------------------------------- --
 

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