+ Reply to Thread
Results 1 to 3 of 3

Formula for expressing an annual growth rate in monthly terms?

  1. #1
    Registered User
    Join Date
    02-07-2017
    Location
    San Francisco, cA
    MS-Off Ver
    Excel 2013
    Posts
    1

    Formula for expressing an annual growth rate in monthly terms?

    Hello,

    I am working on a dynamic real estate financial model and have hit a roadblock trying to write a formula that I can copy over to the multiple periods that I am attempting to model. I have attached the model for your consideration.

    Please refer to cell M18 on the "Monthly CFs" Tab. The formula in that cell is the base year's expense ($4,000) divided by the number of periods (12) to get arrive at the monthly expense. I want to model the base year's expense of $4k to grow 4% annually for the next four years, but to express the number at a monthly rate for each 1 month period.

    In cell Y18 I attempted to write a formula that would grow the expenses at the 4% annual growth rate expressed as a monthly amount. However when I copy that formula horizontally to the right, it shifts the summed range to the right by one cell, capturing the wrong range of cells. To see, look at the formula copied into the cell in Z18, it shows the range to be N18:Y18 when the desired range is still M18:X18. How do I keep the range from shifting one cell to the right every time the formula is copied one cell to the right? Is there a variation on the formula that I should be using or perhaps a different function all together?

    My end goal is to to create one formula that I can copy across the entire model but will spit out the figure of $346.67 from period 13 to 24 (X18:AJ) and $360.5 for period 25 to 36 (AK:AV) and so on and so forth.

    Any thoughts, suggestions or tips would be greatly appreciated.

    Best regards,
    Jordan
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    696

    Re: Formula for expressing an annual growth rate in monthly terms?

    IF(YEAR(M6)=2017,$F$24/12,IF(YEAR(M6)=2018,$F$24/12*1.04,IF(YEAR(M6)=2019,$F$24/12*1.08,IF(YEAR(M6)=2020,$F$24/12*1.12,IF(YEAR(M6)=2021,$F$24/12*1.16,IF(YEAR(M6)=2022,$F$24/12*1.2,""))))))

    Copy and past the above formula in M18 to CF18.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Formula for expressing an annual growth rate in monthly terms?

    1. correct the spelling in L18
    2. Use the exact same words in L as you have in B (leave off the year 1 etc in B and keep the spaces in L if you must, but otherwise use the same terms)
    3. Use real dates row 6, this will allow you to use many of excel's built-in date functions (you can format this to look however you want)
    4. In fact, if you enter a real date in F5, then you can use this in M2 and copy across...
    =EOMONTH($F$5,COLUMNS($M1:M$10)-1)
    This will make the whole sheet dynamic - change the date in F5 - all the dates change for you

    OK on to your question...
    M18=IFERROR((INDEX($F:$F,MATCH(TRIM($L18)&"*",$B:$B,0))/12)*(1+(YEAR(M$6)-2017)*0.04),"")
    copied down and across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. % Increase/decrease using annual compounded annual growth rate
    By maxhecht2 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-30-2016, 04:07 PM
  3. [SOLVED] Dynamic Compound Annual Growth Rate Formula (CAGR)
    By Excel15 in forum Excel General
    Replies: 3
    Last Post: 02-11-2015, 01:57 PM
  4. [SOLVED] Need help writing formula to calculate monthly returns based on annual growth rate
    By bxk006 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-10-2014, 12:07 PM
  5. Replies: 1
    Last Post: 06-18-2012, 04:08 AM
  6. annual growth rate from monthly data
    By kotlon in forum Excel General
    Replies: 5
    Last Post: 06-16-2006, 04:00 PM
  7. [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