#1   Report Post  
Ajit Munj
 
Posts: n/a
Default CAGR formula - Ajit

What is formula for CAGR (Compounded Annual Growth Rate)? e.g. if I take
a unit of Rs.10/- the price of which increases to Rs.13/- after 3 years, what
is the CAGR? Is there any readymade function to calculate CAGR in Excel?
Ajit
--
Knowldege is Power
  #2   Report Post  
Harlan Grove
 
Posts: n/a
Default

"Ajit Munj" wrote...
What is formula for CAGR (Compounded Annual Growth Rate)? e.g. if I take
a unit of Rs.10/- the price of which increases to Rs.13/- after 3 years,
what is the CAGR? Is there any readymade function to calculate CAGR in
Excel?


=(13/10)^(1/3)-1

Or if you believe you must use a formula,

=RATE(3,0,-10,13)


  #3   Report Post  
John87111
 
Posts: n/a
Default


"Ajit Munj" wrote:

What is formula for CAGR (Compounded Annual Growth Rate)? e.g. if I take
a unit of Rs.10/- the price of which increases to Rs.13/- after 3 years, what
is the CAGR? Is there any readymade function to calculate CAGR in Excel?
Ajit
--
Knowldege is Power



Ajit, try this formula:

=+(E3/B3)^(1/(COUNT(B3:E3)-1))-1

Where E3 is the last year for your CAGR calc & B3 is the beginning year.
The count function will determine the number of years the CAGR is based on.
It is derived from the following equation:

CAGR = (Ct /C0)(1/t)-1
In other words for a 3 year CAGR take the value in year three and divide by
the value in year zero. Then take that result and raise it to the 1/3 power.
Then subtract one.

I hope this helps! John


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Polynimial trandline formula CLR Charts and Charting in Excel 9 February 7th 05 07:31 PM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Excel 97 - Adding Every 8th Row - Formula should work, but doesn't Damaeus Excel Worksheet Functions 12 January 23rd 05 04:52 PM
Help with array formula Excel Worksheet Functions 2 January 20th 05 04:17 PM


All times are GMT +1. The time now is 11:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"