![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 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.
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Posts: 25
|
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 |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,318
|
Quote:
For a formula-based approach, see the example discussed at: http://www.mrexcel.com/wwwboard/messages/8961.html |
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
[ This Message was edited by: Brian from Maui on 2002-03-05 08:42 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|