+ Reply to Thread
Results 1 to 6 of 6

Need help writing formula to calculate monthly returns based on annual growth rate

  1. #1
    Registered User
    Join Date
    06-21-2013
    Location
    west allis
    MS-Off Ver
    Excel 2007
    Posts
    28

    Need help writing formula to calculate monthly returns based on annual growth rate

    Everyone,

    I have a model that makes projections based on annual growth rates. However, I need to evaluate the data based on monthly intervals. With an 8% return on an investment of $1,000,000 my ending balance at the end of the year should be $1,080,000 and in year 2 it would be $1,166,400 and so on. In order to evaluate the monthly data I need each month in year 1 to be based off $1,000,000, so it would be 8%/12=.006666% or $6,666.66 per month. The next year would be based off $1,000,000 + (6,666.66*12) = $1,080,000 and each month would be $7,200.

    I need help writing a formula to evaluate over 360 periods. Workbook attached. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need help writing formula to calculate monthly returns based on annual growth rate

    See the attachment with intrest and disco-table.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    06-21-2013
    Location
    west allis
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Need help writing formula to calculate monthly returns based on annual growth rate

    This doesn't tie with my annual growth rate

  4. #4
    Registered User
    Join Date
    06-21-2013
    Location
    west allis
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Need help writing formula to calculate monthly returns based on annual growth rate

    Anyone have any other ideas for this formula?

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

    Re: Need help writing formula to calculate monthly returns based on annual growth rate

    Quote Originally Posted by bxk006 View Post
    I have a model that makes projections based on annual growth rates. However, I need to evaluate the data based on monthly intervals. With an 8% return on an investment of $1,000,000 my ending balance at the end of the year should be $1,080,000 and in year 2 it would be $1,166,400 and so on. In order to evaluate the monthly data I need each month in year 1 to be based off $1,000,000, so it would be 8%/12=.006666% or $6,666.66 per month. The next year would be based off $1,000,000 + (6,666.66*12) = $1,080,000 and each month would be $7,200.
    You are mixing assumptions. On the one hand, you assume exponential year-to-year growth at 8% per year. On the other hand, you assume linear month-to-month growth of $xxxxx per month.

    Usually, we assume exponential month-to-month growth as well. The monthly rate is (1+8%)^(1/12)-1 or RATE(12,0,-1,1+8%) in D4. Then put the following formula into D9 and copy down: =D8*(1+$D$4).

    If you insist on linear month-to-month growth, put the following formula into D9 and copy down: =D8+IF(MOD(C9-1,12)=0,D8*$C$4/12,D8-D7).

    In either case, the formula in D8 is simply: =C5*(1+C4/12).

  6. #6
    Registered User
    Join Date
    06-21-2013
    Location
    west allis
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Need help writing formula to calculate monthly returns based on annual growth rate

    Thanks, I needed to turn the yearly growth rate into an monthly percentage.

+ 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: 8
    Last Post: 02-02-2020, 01:39 AM
  2. Replies: 1
    Last Post: 03-08-2013, 04:18 PM
  3. Replies: 5
    Last Post: 03-07-2013, 11:38 AM
  4. annual growth rate from monthly data
    By kotlon in forum Excel General
    Replies: 5
    Last Post: 06-16-2006, 04:00 PM
  5. [SOLVED] What formula do I use to calculate compound annual growth rate (C.
    By pjbrien in forum Excel General
    Replies: 0
    Last Post: 03-23-2005, 05:06 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