+ Reply to Thread
Results 1 to 4 of 4

Prorated Payment Help

Hybrid View

  1. #1
    Registered User
    Join Date
    08-23-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    3

    Smile Prorated Payment Help

    I have a situation where my client has asked me to create for them a monthly payment walk based on a total contract value, payments are made on the first day of the month. My issue is that my start and stop dates can occur in the middle of the month. I would really like to identify a formula that can "automagically" make the walk work based on the input of:
    1. Monthly Amount
    2. Total Contract Value
    3. First Day of Charge (FDOC)
    4. Last Day of Charge (LDOC)
    5. Calculated total number of Months.

    I have included a sample of data that shows the different scenarios I am trying to cover with manually calculated expected outcomes.

    Scenario 1 - FDOC and LDOC are both on the First and Last Day of the month, making the payments for the full month equal to the number of months in the agreement.
    Scenario 2 - FDOC is in the middle of the month and LDOC is the last day of the month.
    Scenario 3 - FDOC is on the first of the month and LDOC is in the middle of the month.
    Scenario 4 - Both FDOC and LDOC are in the middle of a month.

    My spreadsheet is almost 1000 line items and it would really be terrible if i have to create a calculation manually by line item.

    Any help that can be provided would be greatly appreciated.
    Attached Files Attached Files
    Last edited by eflair; 08-24-2011 at 09:22 PM. Reason: Adjusted Post Title

  2. #2
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    157

    Re: Prorated Payment Help

    This formula in G3 filled down to G12 then across to AO12 generates results that correspond to your calculations...
    =IF(MIN(EOMONTH(G$2,0),$E3)-MAX(G$2,$D3)+1<=0,"NA",(MIN(EOMONTH(G$2,0),$E3)-MAX(G$2,$D3)+1)/DAY(EOMONTH(G$2,0))*$B3)
    Beau Nydal
    Attached Files Attached Files

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Prorated Payment Help

    There's a workbook with examples of several different ways to do this at http://www.box.net/shared/7xm2kt408n
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    08-23-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Prorated Payment Help

    I can't thank you enough! It worked beautifally!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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