satishrana
New Member
- Joined
- Feb 26, 2004
- Messages
- 23
Hi. Is there any simple formula in excel for calculating Compounded Annual Growth Rate (CAGR)?
Hi - is there a formula that properly calculates CAGR when you end up with a negative number (e.g.) over a 5-year period you go from making $100 in Year 1 to losing $50 in year 5 - what is the -CAGR in this calculation)?
Thanks in advance for any help that can be offered.
A simple algorithm to grow an initial negative value to a terminal value by a defined number over the course of n-periods. An example. Fields: [B1], [B2], [B3] and [B5] are variable fields. Use Goal Seek to isolate [B5] by setting [B4] to 0.000
Initial Value [A1]: -105.000 [B1]
Terminal Value [A2]: 147.000 [B2]
Periods [A3]: 5 [B3]
Use Goal Seek to change the Rate to set this calculation to 0 [A4]: =($B$1-$B$3*($B$1*+$B$5))-$B$2 [B4]
Rate [A5]: 48.000% [B5]
In other words, after five periods by growing -105.000 by +48.000%, you would gain the result 147.000 . It seems that the logic works to impute the CAGR over the items in a series.