ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Calculating Growth Rate (https://www.excelbanter.com/excel-programming/375078-calculating-growth-rate.html)

tedd13

Calculating Growth Rate
 
Can anyone tell me how to calculate a growth rate. I am trying to find the
mothly growth rate over two years. The growth rate is 5% a year.
I am trying to enter a value in a cell and then the next 24 cells(for two
years) would be filled in with that value plus growth rate.
Thanks


JLGWhiz

Calculating Growth Rate
 
=(.05/12)*(numbertogrow)+numbertogrow
put the formula in the second cell in your 24 cell sequence and drag/copy to
remaining cells. This formula does not compound, it only shows the amount of
increase per month. To compound:
= (.05/12)*(numbertogrow)+OFFSET(currentcell,0,-1,1,1)
"tedd13" wrote:

Can anyone tell me how to calculate a growth rate. I am trying to find the
mothly growth rate over two years. The growth rate is 5% a year.
I am trying to enter a value in a cell and then the next 24 cells(for two
years) would be filled in with that value plus growth rate.
Thanks



All times are GMT +1. The time now is 05:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com