Compound annual growth rate
Encyclopedia : C : CO : COM : Compound annual growth rate
Compound annual growth rate (CAGR) is one method of assessing the average growth of a value over time. To calculate CAGR, one must solve the equation:
- [E = B(1+r)^T]
Using the same terminology to solve for r, the formula looks like this:
- [r = (E/B)^-1]
The CAGR formula implicitly takes compound interest into account.
In a spreadsheet program such as Microsoft Excel, CAGR can be calculated with the formula
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.=POWER((E2/B2),(1/(E1-B1)))-1, where B2 is the cell with beginning value and E2 is the cell reference for the end of the series, and B1 is the beginning year and E1 is the final year.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
