+ Reply to Thread
Results 1 to 2 of 2

Compound Monthly Interest Formula When Total Years Are Not Known

  1. #1
    Registered User
    Join Date
    02-20-2023
    Location
    Portland, Oregon
    MS-Off Ver
    2018 Excel
    Posts
    1

    Question Compound Monthly Interest Formula When Total Years Are Not Known

    I need a formula for calculating the ongoing accumulation of compound monthly interest. The interest is accumulating on past due payments under a contract. So I need to be able to calculate how much interest has accumulated at this point in time, but every formula I have found assumes you're trying to calculate the interest on the entire life of a loan. In my situation the contract is 5 years, but it was breached after 1 year. Let's say we're now 18 months from the moment of breach. I need to calculate how much compound interest has accumulated at 18 months, not how much can accumulate over a set number of years.

    Hopefully that makes sense. I may be missing something obvious, but I really appreciate any help.

    Thanks,
    -Jon

  2. #2
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: Compound Monthly Interest Formula When Total Years Are Not Known

    To paraphrase Spider-Man's Uncle Ben: "With great details come great answers".

    For example, if the outstanding balance when payments stopped is $1000, and if late interest (*) compounds at 1% monthly (**), the interest accrued over 18 months is:

    =1000 * (1+1%)^18 - 1000

    or equivalently

    =FV(1%, 18, 0, -1000) - 1000

    formatted as Number, Currency, Accounting or a similar Custom format.

    (Sometimes, Excel has a mind of its own, formatting results based on the types of data in the formula, regardless of the cell format that we set beforehand. )

    Note: That assumes that you treat each month equally, which is common. OTOH, if you want to charge an exact daily rate each month: first, you need to decided if interest compounds daily or monthly; and second, you need to provide the due date of the first missed payment.


    -----
    (*) The late interest rate might be different from the interest rate for regular payments. Refer to the loan contract.

    (**) If you provide an annual interest rate, you should also tell us how to convert it to a monthly (or daily) rate. There are 3 common methods, and perhaps others. For the US, a "conforming" loan will use the annualRate/12 monthly and annualRate/365 daily, although annualRate/366 is also permitted in leap years.
    Last edited by curiouscat408; 02-20-2023 at 11:36 PM.

+ 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] Compound Interest Calculator with monthly reductions
    By cxmelga in forum Excel General
    Replies: 5
    Last Post: 10-21-2022, 04:29 AM
  2. Compound interest monthly amounts
    By jonnywolf in forum Excel General
    Replies: 1
    Last Post: 11-25-2020, 07:15 AM
  3. need help with compound interest and monthly withdrawl.
    By rein22 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2019, 01:19 PM
  4. Excel formula for compound interest and "deposits" during 60 years?
    By AlltidLikvid in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-07-2019, 08:06 AM
  5. [SOLVED] Monthly Compound Interest with monthly withdrawal formula question
    By Nic_s in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2017, 02:07 PM
  6. Compound interest with monthly contributions
    By cgi2099 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-29-2015, 08:48 AM
  7. Replies: 3
    Last Post: 02-12-2007, 06:28 PM

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