+ Reply to Thread
Results 1 to 9 of 9

Cumulative interest calculator

  1. #1
    Registered User
    Join Date
    04-22-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    14

    Cumulative interest calculator

    Hello new to the forum and first time poster

    I am trying to build a calculator where I can work out how much interest is charged on a loan amount where interest is charged annually but could be worked out daily.

    The interest would be charged for example

    £10,000 loan after 1 year at 5%

    then interest would be charged on this new amount

    £10,500 after another year £11,025

    but someone could come in at anytime to say they want to know what the interest to date would be and it is this part I am struggling with

    does anyone know of a formula or function that can work this out for me?

  2. #2
    Registered User
    Join Date
    04-22-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Cumulative interest calculator

    I should point out at this point there are no repayments and the term of the loan could be anything

  3. #3
    Registered User
    Join Date
    04-07-2014
    Location
    Mahwah, New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Cumulative interest calculator

    I'm not sure if this is what you want but you can see. Suppose the annual interest rate is 5% and the balance at the beginning of the year was £10,500. Also, suppose that you want to know the balance n days after the beginning of the year.

    The balance after n days would be:

    +10500*(1.05)^(n/365)

    assuming exactly 365 days in the year. To allow for leap years, you could replace "365" with "365.25". But some people go so far as to assume 30-day months and 360-day years for accounting software for the sake of making the months even. In all likelihood, the above formula may be accurate enough for your purposes.

    Steve

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Cumulative interest calculator

    There is a template available from Microsoft called LoanAmortization. You input the amount of the loan, the period of the loan, the annual interest rate, number of payments per year, the starting date and then a table of payments is dropped down. This table has the payment #, Date of payment, amount of payment, descending balance, principal payment, interest payment, and cumulative interest.

    Go to File New and you should find an area to search Microsoft for templates and enter Amortization and you should find the template in question.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Registered User
    Join Date
    04-22-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Cumulative interest calculator

    Thanks S_Andrews for your reply

    How would this work for varying interest rates, loan amounts and loan periods?

    For example one person could borrow 10000 then come back after 3 years 100 days at 5% interest but someone else could borrow 50000 then ask for the balance after 5 years 10 days at 7.45% interest

    Not sure if this is possible with so many variants to have in just 1 cell

    Newdoverman I don't see how amortisation tables would help in this situation as the interest is charged annually but to see the precise cost today it would need to work out the daily interest and like I have said above after 1 year it is the initial loan amount plus 1 years interest that the new interest figure will be calculated from

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Cumulative interest calculator

    You have to see what this does to believe it. It isn't just a 1 cell solution. It tells you everything you could possibly want to know about a loan and the payments. You punch in the figures for the particular loan and what you want to know and it gives you the results. What you are looking for is directly derived from amortization calculations.

  7. #7
    Registered User
    Join Date
    04-07-2014
    Location
    Mahwah, New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Cumulative interest calculator

    A one-cell solution will work if it is OK to be 99.99% accurate. If it is a legal-binding estimate that is needed, however, you would either need to revise my approach to get the exact number of years and days that have elapsed or go to some other source. For complete accuracy, you even have to know the bank's standards of calculation (i.e. in a leap year, is less interest charged per day so that the total over 366 days equates to what is normally charged over 365 days?) Aside from this, take a look at the following.

    Try doing the following:

    Assign D10 the API (e.g. 5.00%).
    Assign D11 the original balance of the loan (e.g. 10,500).
    Assign D12 the date the loan was made (e.g. 7/1/11).
    Assign D13 the date of the balance inquiry (e.g. 4/23/14).
    Assign D16 the balance formula : "+$D$11*(1+$D$10)^(($D$13-$D$12)/365.25)"

    Do a few examples by hand and then compare them to the results of the above approach. I hope that this helps.

    Steve
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    04-22-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Cumulative interest calculator

    Sorry I haven't replied for a few days. I have tried the spreadsheet provided by s_andrews. It works for some but anything over 2 years is way out but I thank you for your help.

    I'm trying to learn more about excel so can you explain the $ signs in your formula as I'm not sure what they do.

    I will have a look at the amortization tables but as I said before not sure how this will work.

    Thanks for all your help

  9. #9
    Registered User
    Join Date
    04-07-2014
    Location
    Mahwah, New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Cumulative interest calculator

    Hi Scottie,

    It would help if you provided a few examples of those that are off. Tell me the input data, the results of my formula, and what you would expect the results to be. As I said before, there are ways to tweak it with different assumptions.

    As for the $ signs, they are merely indicators of relativity of the cells. If you removed all of those $ signs and copied cell D16 with the formula to, say, cell F16, the formula would become "+F11*(1+F10)^((F13-F12)/365.25)". That is because the reference to a cell would then be relative to where the formula was. But placing the $ signs in the formula keeps it fixed on the cells originally pointed to. Just as an exercise, focus on a forrmula and place the cursor over one of the references to a cell. Then press F4 several times. You will see the reference change the $ signs to the four possible combinations of relative reference.

    Steve

+ 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. sort fo cumulative interest
    By fypo in forum Excel General
    Replies: 3
    Last Post: 12-18-2012, 08:53 AM
  2. Annual cumulative interest
    By haloperidal in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-28-2012, 11:31 AM
  3. Cumulative Interest Payment
    By braydon16 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-25-2012, 12:22 PM
  4. Replies: 1
    Last Post: 02-12-2012, 12:45 AM
  5. Compounding Interest - Cumulative
    By matt b in forum Excel General
    Replies: 1
    Last Post: 09-26-2011, 06:14 AM

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