+ Reply to Thread
Results 1 to 5 of 5

Compound interest with monthly contributions

  1. #1
    Registered User
    Join Date
    03-28-2015
    Location
    us
    MS-Off Ver
    Office365
    Posts
    46

    Compound interest with monthly contributions

    Hello Everyone,
    I am trying to write a formula to calculate compound interest with monthl contribution, here is what I need:
    Lets say my starting amouint is $2501.28
    And I add $208.44 monthly
    For 10 years
    At 0.75% interest yearly
    The answer is $28,619
    But when I try =FV(0.75%,10,-2501.28,-208.44,1) in excel
    I get $26292.76

    Can someone tell me what I am doing wrong?

    Thank you for Your help,
    Josh

  2. #2
    Forum Contributor
    Join Date
    08-16-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2019
    Posts
    209

    Re: Compound interest with monthly contributions

    Hi CGI,

    You have to normalised the value. Either change everything to Monthly or Yearly.
    If you want to calculate on yearly basis, Interest is 0.75%, monthly contribution is $208.44*12, Period stays the same at 10.

    However if you are going to calculated on monthly basis, Interest is 0.75%/12, Monthly contribution is $208.44 and Year should be 10*12.


    Hope that helps.

    Cheers

  3. #3
    Registered User
    Join Date
    03-28-2015
    Location
    us
    MS-Off Ver
    Office365
    Posts
    46

    Re: Compound interest with monthly contributions

    I still can't get it to work correctly, for some reason it won't factor in the money made from interest each month or factor in the monthly deposits correctly.

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Compound interest with monthly contributions

    Quote Originally Posted by cgi2099 View Post
    Lets say my starting amouint is $2501.28
    And I add $208.44 monthly
    For 10 years
    At 0.75% interest yearly
    The answer is $28,619
    But when I try =FV(0.75%,10,-2501.28,-208.44,1) in excel
    I get $26292.76
    Can someone tell me what I am doing wrong?
    The correct formula is one of the following:

    =FV(0.75%/12,10*12,-208.44,-2501.28,1)
    or
    =FV((1+0.75%)^(1/12)-1,10*12,-208.44,-2501.28,1)

    The difference depends on whether 0.75% is an annual (simple) interest rate (first formula) or an annual yield (compounded rate; second formula).

    Also note the reversal of the -208.44 (pmt) and -2501.28 (pv) parameters.

    However, those formulas return about $28,678.51 and $28,674.42 respectively, not $28,619.

    If FV should return $28,619, the annual rate is about 0.712634% or 0.714967% respectively.

  5. #5
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Compound interest with monthly contributions

    Quote Originally Posted by joeu2004 View Post
    However, those formulas return about $28,678.51 and $28,674.42 respectively, not $28,619.
    If FV should return $28,619, the annual rate is about 0.712634% or 0.714967% respectively.
    You neglected to mention the compounding frequency. It might be annual, monthly or daily. If monthly, the rate might be annual/12 or (1+annual)^(1/12)-1. If daily, the rate might be annual/365 or annual/360.

    Note that if the daily rate were (1+annual)^(1/365)-1 or (1+annual)^(1/360)-1, the FV is the same as a monthly rate of (1+annual)^(1/12)-1.

    Allowing for the possibility that your numbers are rounded -- so the annual rate is 0.745% to 0.755%, the monthly contribution is $208.435 to $208.445, and the initial balance is $2801.275 to $2801.285 -- the FV is $28,665.87 and $28,772.65, considering all of the possible compounding frequencies.

    Again, nothing close to $28,619 [sic].

    And if the FV is $28,618.50 and $28,619.50, allowing for rounding, the annual rate is 0.711925% to 0.715681% for monthly and daily compounding.

    Again, nothing close 0.75% [sic].

    And with annual compounding, the annual rate is very much less.

    On the other hand, if you meant to write $28,691 and the FV is $28,690.50 to $28,691.50, allowing for rounding, the annual rate is 0.757122% to 0.761180% for monthly and daily compounding

    That is close to 0.75%, if you truncated instead of rounding.

    With annual compounding, the annual rate is 0.706806% to 0.708134%.

    So, do you have a typo in requirements? And are your numbers rounded or truncated?

+ 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. Replies: 6
    Last Post: 04-22-2013, 12:50 AM
  2. Annual Performance with Monthly Contributions
    By Legskeattch in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-13-2012, 09:43 AM
  3. Replies: 3
    Last Post: 02-14-2008, 11:27 AM
  4. Mtge calculation (Dly compound interest and multiple interest rate
    By Spudson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-03-2005, 03:55 PM
  5. Mtge calculation (Dly compound interest and multiple interest rate
    By Spudson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-02-2005, 06:17 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