Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default How to: average annual growth

Hi,

I'd would like to know if there is a worksheet function that will allow
me to calculate
the average annual dividend growth for the last 5 years.

Here's my example:

YEAR ---- ANNUAL DIVIDEND
2001 ---- $0.12
2002 ---- $0.18
2003 ---- $0.29
2004 ---- $0.44
2005 ---- $0.69

Is there a quick way to calculate the average annual dividend growth?

thanks in advance!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How to: average annual growth

=AVERAGE((B2:B5-B1:B4)/B1:B4)

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

wrote in message
ups.com...
Hi,

I'd would like to know if there is a worksheet function that will allow
me to calculate
the average annual dividend growth for the last 5 years.

Here's my example:

YEAR ---- ANNUAL DIVIDEND
2001 ---- $0.12
2002 ---- $0.18
2003 ---- $0.29
2004 ---- $0.44
2005 ---- $0.69

Is there a quick way to calculate the average annual dividend growth?

thanks in advance!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default How to: average annual growth

Disregard the intermediate values:

Use (Last-First)/4 or .1425.:



Here is the comparison of growth vs average growth

0.12 0.1200
0.18 0.2625
0.29 0.4050
0.44 0.5475
0.69 0.6900

This corresponds to a 54.87% average increase.

--
Gary''s Student


" wrote:

Hi,

I'd would like to know if there is a worksheet function that will allow
me to calculate
the average annual dividend growth for the last 5 years.

Here's my example:

YEAR ---- ANNUAL DIVIDEND
2001 ---- $0.12
2002 ---- $0.18
2003 ---- $0.29
2004 ---- $0.44
2005 ---- $0.69

Is there a quick way to calculate the average annual dividend growth?

thanks in advance!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default How to: average annual growth

" wrote:
I'd would like to know if there is a worksheet function that
will allow me to calculate the average annual dividend growth
for the last 5 years. Here's my example:
YEAR ---- ANNUAL DIVIDEND
2001 ---- $0.12
2002 ---- $0.18
2003 ---- $0.29
2004 ---- $0.44
2005 ---- $0.69


As used in financial models (e.g. Gordon Growth Model), I
believe the annual dividend growth rate is the __geometric__
average rate. This could be computed as follows:

=(0.69/0.12)^(1/4) - 1

But that is the same as asking for the "interest" rate for a
PV of 0.12 that grows to a FV of 0.69 in 4 periods. The
Excel function for that is:

=RATE(4,, -0.12, 0.69)
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
How to: average annual growth [email protected] Excel Worksheet Functions 0 May 2nd 06 07:11 PM
Calculating average annual change in real estate value James Hobart Excel Discussion (Misc queries) 5 March 28th 06 04:54 AM
average annual return rathersurf Excel Worksheet Functions 1 July 22nd 05 04:48 AM
Compound Annual Growth Rate Stash Excel Discussion (Misc queries) 2 March 30th 05 07:49 PM
Compound annual growth rate [CAGR] Paul Excel Discussion (Misc queries) 2 March 17th 05 11:17 PM


All times are GMT +1. The time now is 02:42 PM.

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

About Us

"It's about Microsoft Excel"