#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Compounded Rate

I need to have a formula which solves what the constant rate of increase per
year was to obtain a figure.

I know the % increase from base yr to end yr was 28.08%. I now need to know
what % (constant) was needed to increase each year to get to the end figure.

Make sense?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Compounded Rate

=((final_value / initial_value) ^ (1/number_of_years)) - 1
Ex ((12808/10000) ^ (1/3) - 1 = 8.6%

"GatorGirl" wrote:

I need to have a formula which solves what the constant rate of increase per
year was to obtain a figure.

I know the % increase from base yr to end yr was 28.08%. I now need to know
what % (constant) was needed to increase each year to get to the end figure.

Make sense?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Compounded Rate

=(1+28.08%)^(1/n)
where n is the number of years to give 28.08%
--
David Biddulph

"GatorGirl" wrote in message
...
I need to have a formula which solves what the constant rate of increase
per
year was to obtain a figure.

I know the % increase from base yr to end yr was 28.08%. I now need to
know
what % (constant) was needed to increase each year to get to the end
figure.

Make sense?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Compounded Rate

-1, of course:
=(1+28.08%)^(1/n) -1
--
David Biddulph

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
=(1+28.08%)^(1/n)
where n is the number of years to give 28.08%



"GatorGirl" wrote in message
...
I need to have a formula which solves what the constant rate of increase
per
year was to obtain a figure.

I know the % increase from base yr to end yr was 28.08%. I now need to
know
what % (constant) was needed to increase each year to get to the end
figure.

Make sense?





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Compounded Rate

On Mar 7, 12:54 pm, GatorGirl
wrote:
I know the % increase from base yr to end yr was 28.08%. I now need to know
what % (constant) was needed to increase each year to get to the end figure.


=rate(n, 0, -1, 1+28.08%)

where n is the number of years.

Becoming familiar with the basic financial functions can help you when
you need to solve more complex problems (e.g. you made an annual
contribution).



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Compounded Rate

PS....

On Mar 7, 3:02 pm, "joeu2004" wrote:
=rate(n, 0, -1, 1+28.08%)


I should have noted that Excel's RATE() implementation is unreliable
insofar as it sometimes fails unless you can provide a good "guess"
argument. So in this simple case, if you are comfortable with the
exponential formulation, it is certainly more efficient and arguably
more reliable. I offered the RATE() solution merely as an alternative
for your consideration. Some people prefer to use the financial
functions because of their similarity to functions on business
calculators.

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
Prime rate/Liber rate into sheet automatically? Nixt Excel Discussion (Misc queries) 0 January 21st 06 09:49 PM
Real RATE of return using =RATE illusive, inflation adjusted inflo Pro - Land Excel Worksheet Functions 4 November 1st 05 03:06 AM
APR - Annual Percentage Rate to Actual Interest Rate Safu Excel Worksheet Functions 9 May 18th 05 05:03 AM
Compounded formula using SUM & AVERAGE WIZPRO Excel Worksheet Functions 1 April 6th 05 06:05 PM
Compounded Returns sottens Excel Worksheet Functions 0 November 15th 04 07:05 PM


All times are GMT +1. The time now is 07:31 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"