Countif & Sumif Question

kimbo204

New Member
Joined
Mar 3, 2002
Messages
6
I have a spreadsheet that contains a list of loans closed by date along with other relevant information relating to each loan. I want to count the number of loans closed and also sum the total dollars closed each month. I'm not sure where to begin.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Here is one way to do it
Say you have 3 columns, Dollar Amount(ColA), Status (Closed or Open)(ColB), and a third column for your total closed (ColC)

In column C, enter an if formula and copy it to each row

=if(B1="Closed",A1,"")

this will return the Dollar amount if that loan is closed, or a blank cell if the loan is open.

Then just sum up Column C with a sum function.

Hope that helps
 
Upvote 0
On 2002-03-04 07:36, kimbo204 wrote:
I have a spreadsheet that contains a list of loans closed by date along with other relevant information relating to each loan. I want to count the number of loans closed and also sum the total dollars closed each month. I'm not sure where to begin.

Have a look at PivotTables.

For a formula-based approach, see the example discussed at:

http://www.mrexcel.com/wwwboard/messages/8961.html
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,007
Members
448,935
Latest member
ijat

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top