+ Reply to Thread
Results 1 to 2 of 2

# of payments due per month

  1. #1
    Registered User
    Join Date
    07-08-2019
    Location
    Georgetwon, TX, USA
    MS-Off Ver
    360
    Posts
    1

    # of payments due per month

    Counting how many...

    You make "Loan 1" with a set # months (the term). Let's say each "Loan 1" has 4 payments (interest only, but irrelevant here): you originate in Month1, and receive payments in Month2 - Month5, and the loan balloons/paid off in Month5. Each month you make a variable number of these loans, but each loan has the same terms. In Month1 you make 2 loan, 3 in Month3, 1 in Month6, 6 in Month9, etc... For each Month1 through Month(n), you want to know how many payments are due.

    My real world application is that there are 16 different loan programs with different sets of terms, and I'm calculating the income stream from each loan program. I will also need to count the number of "Loan 1" maturing any given month to calculate the amount of principal returned and available to be loaned back out.

    How do I calculate the # of payments due in any given month, given the number of loans made, the month the loan is made, and the length (in months) of each loan?
    How do I calculate the # of loans maturing in any given month, given the same data?


    Sample attached. Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,559

    Re: # of payments due per month

    Hello jwehouston and Welcome to Excel Forum.
    This proposal makes the following change to the original layout: The Month #'s in cells B8:V8 are numbers with custom formatting "Month" 0
    The formula that populates cells A13:A20 is: =INDEX(B$8:V$8,AGGREGATE(15,6,(COLUMN(B1:V1)-COLUMN(A1))/(B$9:V$9>0),ROWS(A$1:A1)))
    The formula that populates B13:V20 is: =SUMPRODUCT(($B$8:$V$8=$A13)*(B$8>$A13)*(B$8<=$A13+$B$5)*($B$9:$V$9))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Calculate total payments received during a month
    By FRANKinATLANTA in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2018, 09:43 AM
  2. Help with formula for accumulative payments due by calendar month
    By clareobell99 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-01-2015, 11:06 AM
  3. Interest Payments per Month
    By swampassjr in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-17-2009, 10:35 AM
  4. Interest Payments per month
    By swampassjr in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-16-2009, 10:58 PM
  5. Calculating payments in a month
    By blairy in forum Excel General
    Replies: 5
    Last Post: 02-21-2008, 03:59 PM
  6. Payments on second Tuesday of every month
    By Lecxe Pleh in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-18-2008, 02:31 AM
  7. Bi weekly payments per month
    By Don Ray in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-04-2006, 10:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1