+ Reply to Thread
Results 1 to 6 of 6

Compounding Interest + contributions

  1. #1
    Registered User
    Join Date
    09-28-2015
    Location
    Newport Beach
    MS-Off Ver
    2011
    Posts
    3

    Compounding Interest + contributions

    I understand how to use the compound interest function in excel (=PV*(1+R)^N), but is it possible to add contributions to the formula?

    I am trying to create a calculator in excel for my wealth management business. Every 3 months I bring in $1,000,000 in new assets and I charge 1% per year to manage them.

    At first, I took the total annual investments (contributions) of $4,000,000 at 1% for a total of $40,000 per year, but soon realized this was incorrect because I didn't start with $4,000,000, I accumulated it over the year, however, I was collecting payment on what I had accumulated during that time.

    The ACTUAL earnings by year end, taking the contributions over time, was $25,000 (much different that $40,000!).

    The easiest way to get what I wanted was to place 1,000,000 in 4 different cells, let's call them A1, A2, A3 and A4. I times A1 by .0025 (1% divided by 4) so =A1*(.0025) in cell B2, then did the same in cell B3 but added A1 and B1 (initial contribution + interest) and added in to the new contribution and times that by .0025, so (A1+B1+A2)*.0025 and did this for the remaining cells which took me to my total of $25,000.

    My question is, is it possible to complete this calculation using an excel formula or custom function?

    Thank you, your answers/input are more than appreciated.

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: Compounding Interest + contributions

    Is it something like this you're looking for?

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    09-28-2015
    Location
    Newport Beach
    MS-Off Ver
    2011
    Posts
    3

    Re: Compounding Interest + contributions

    You nailed it! Thank you so much. Can you explain how it works?

  4. #4
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: Compounding Interest + contributions

    I'd be happy to.

    Basically, what you're amounting to is,
    1,000,000 going across 4 quarters at 1% p.a. plus
    1,000,000 going across 3 quarters at 1% p.a. plus
    1,000,000 going across 2 quarters at 1% p.a. plus
    1,000,000 going across 1 quarters at 1% p.a.

    So it's basically,
    1,000,000 * (1+1%/4) ^ 4 plus
    1,000,000 * (1+1%/4) ^ 3 plus
    1,000,000 * (1+1%/4) ^ 2 plus
    1,000,000 * (1+1%/4) ^ 1

    which I've simplified as SUMPRODUCT(1,000,000 * (1+1%/4)^{4,3,2,1}) and I used ROW(1:4) in place of {4,3,2,1}.

  5. #5
    Registered User
    Join Date
    09-28-2015
    Location
    Newport Beach
    MS-Off Ver
    2011
    Posts
    3

    Re: Compounding Interest + contributions

    Thank you for taking your time. I'd be embarrassed to disclose the hours I spent trying to figure a solution.

  6. #6
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: Compounding Interest + contributions

    Not a problem jcrowe. It's just experience that helps deal with these things.

    If this resolves your initial query, can you please mark this thread as solved by clicking on Thread Tools above your first post and then Mark This Thread as Solved.

+ 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. Compound interest with monthly contributions
    By cgi2099 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-29-2015, 08:48 AM
  2. Compounding Interest
    By matt b in forum Excel General
    Replies: 6
    Last Post: 08-02-2014, 06:47 PM
  3. Calculating deferred interest payments with compounding interest
    By diananemo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-07-2012, 06:16 PM
  4. Replies: 0
    Last Post: 07-25-2012, 07:08 AM
  5. compounding interest
    By Daddywarbucks in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2008, 05:56 PM
  6. Compounding interest
    By NewYorkBoraPL in forum Excel General
    Replies: 2
    Last Post: 08-06-2007, 01:36 PM
  7. Compounding Interest
    By Jason in forum Excel General
    Replies: 6
    Last Post: 03-29-2005, 10:06 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