+ Reply to Thread
Results 1 to 13 of 13

Interest calculator for unequal monthly installment, sample attached

  1. #1
    Registered User
    Join Date
    01-27-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Lightbulb Interest calculator for unequal monthly installment, sample attached

    Hello Everybody,

    I'm trying to calculate interest on each monthly installment at the end of every month using a mega formula. Please see the attached sample workbook.

    I've few questions:

    1. The mega formula I used looks hell complicated, I'm quite sure there has to be a simpler solution.
    2. How to convert this mega formula and principal sum formula into array formulae.

    Thanks


    Sample Interest Calculator.xls

  2. #2
    Registered User
    Join Date
    01-27-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Interest calculator for unequal monthly installment, sample attached

    Guys please help me on this.

    I'm unable to form an array formula also as requested in Point 2.

  3. #3
    MoneyMaker
    Guest

    Re: Interest calculator for unequal monthly installment, sample attached

    Can you post the formula for one of the months here in the thread

    And why do you need an array

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Interest calculator for unequal monthly installment, sample attached

    If I understand what you want correctly, this should give you what you are looking for:

    Note this is a Regular Formula

    in S5 ( or any column):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Drag Down

    Note this should work for several periods as long as you adjust the ranges properly

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  5. #5
    Registered User
    Join Date
    01-27-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Interest calculator for unequal monthly installment, sample attached

    No access to computer at the moment, posting through mobile.

    Formula example:

    Interest at the end of three months = ( 1st MI * 2 + 2nd MI * 1 + 3rd MI * 0 ) * ROI/12

    Interest at the end of four months = ( 1st mi * 3 + 2nd mi * 2 + 3rd mi * 1 + 4th mi * 0 ) * ROI/12

    since I'm using a common formula which includes all monthly installments, I am forcing the the period to zero using Max function for the monthly installments which are not applicable for a particular month interest calculation. For eg. Installments from 6th months onwards don't contribute for the interest at the end of 5th month.

    Purpose of using an array formula is to make sure same formula is entered in all cells and individual editing is not possible.

    Hope I've made my problem clear.
    Last edited by Parv; 02-15-2013 at 03:01 AM. Reason: typo

  6. #6
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Interest calculator for unequal monthly installment, sample attached

    See POST#4, this should meet your needs..

  7. #7
    Registered User
    Join Date
    01-27-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Interest calculator for unequal monthly installment, sample attached

    @dredwolf: I will try that once I am at my PC. Thanks

  8. #8
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Interest calculator for unequal monthly installment, sample attached

    Here's the modified file :Sample Interest Calculator.sol1.xls

    What I added is in the blue cells, the green cells are modifications to your original, gives the same output, just gives something to work with

  9. #9
    Registered User
    Join Date
    01-27-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Interest calculator for unequal monthly installment, sample attached

    ^^ Thanks, I will try and update here.

  10. #10
    MoneyMaker
    Guest

    Re: Interest calculator for unequal monthly installment, sample attached

    You have 12 monthly payments, and as you can see you are needing a 12x12 matrix to do your calculations not to mention the MEGA long formula as stated in your own words

    If you were to be restricted to using Excel native functionality then you are stuck with using such lengthy calculations of interest for each month and then accumulation of such interest payments to find the sub-totals

    None of this is required if you use this Excel NFV function to find the accumulated amount for each month's interest+principal and finally removing the principal from this amount to get the monthly interest amount

    As of now you have more than 15 columns in your workbook, using tadNFV function, you will require only 3 columns in your workbook

    The function will take cash flows for up to each month and will report the compound amount that includes the principal and the interest due on each amount

    You will lessen the up to month principal from the fore mentioned amount to get your Monthly Installment

    Say you have your monthly payments in Column B and rows 5 to 16 for each of the 12 months

    ----- A B C D
    1
    2 Rate of Interest 12%
    3
    4 MI Total Interest Total Principal
    5 2500 =tadNFV($C$2/12, $B$5:B5, 0) - D5 =SUM($B$5:B5)
    6 5000 =tadNFV($C$2/12, $B$5:B6, 0) - D6 =SUM($B$5:B6)
    15 2800 =tadNFV($C$2/12, $B$5:B15, 0) - D15 =SUM($B$5:B15)
    16 3700 =tadNFV($C$2/12, $B$5:B16, 0) - D16 =SUM($B$5:B16)

    I have skipped the rows 7 through 14 from the table to lessen the clutter it might cause had I shown you all rows. But you get the idea

    Cells C5 through C16 will have your total interest for each of the months

    Also see the attached worksheet to view the calculations
    Attached Files Attached Files

  11. #11
    MoneyMaker
    Guest

    Re: Interest calculator for unequal monthly installment, sample attached

    Just to add a bit more to last reply

    Calculations in your original file are rounding off numbers thus those interest amounts in your worksheet for month 4 and onwards are incorrect due to rounding off

  12. #12
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Interest calculator for unequal monthly installment, sample attached

    Here's the solution without all the "bells & whistles"..just strait numbers..:Sample Interest Calculator.sol2.xls

  13. #13
    Registered User
    Join Date
    01-27-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Interest calculator for unequal monthly installment, sample attached

    Thanks, that worked absolutely great.

    However I couldn't understand the use of MATCH function in the formula, use of functions ROWS and MAX also made it complicated for me to understand.

    I simplified the formula for my understanding.

    Sample Interest Calculator.sol3.xls

    Thanks for the help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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