A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Implied Compound Interest?



 
 
Thread Tools Display Modes
  #1  
Old December 31st, 2005, 12:19 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Implied Compound Interest?


Hi,

I've just checked all the Excel Compound Interest functions but I can’t
seem to find the exact one for calculating implied compound interest.

I have a starting value of an investment and an ending value, together
with the number of years it’s been invested. I’m looking for a function
that can tell me the smoothed implied compound growth per year– Sorry if
I’ve missed an obvious one but can anyone help?

Thanks,

Daz


--
dazman
------------------------------------------------------------------------
dazman's Profile: http://www.excelforum.com/member.php...o&userid=25903
View this thread: http://www.excelforum.com/showthread...hreadid=497139

  #2  
Old December 31st, 2005, 12:48 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Implied Compound Interest?

On Sat, 31 Dec 2005 06:19:09 -0600, dazman
wrote:


Hi,

I've just checked all the Excel Compound Interest functions but I can’t
seem to find the exact one for calculating implied compound interest.

I have a starting value of an investment and an ending value, together
with the number of years it’s been invested. I’m looking for a function
that can tell me the smoothed implied compound growth per year– Sorry if
I’ve missed an obvious one but can anyone help?

Thanks,

Daz


I believe the XIRR function will do what you want.

The inputs including the starting and ending dates of the period, along with
the cash in/out. Be sure to observe the proper sign conventions as outlined in
HELP.

Also note that the Analysis ToolPak must be installed. HELP has directions for
that, too.
--ron
  #3  
Old December 31st, 2005, 12:49 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Implied Compound Interest?

"dazman" wrote:
I've just checked all the Excel Compound Interest functions
but I can’t seem to find the exact one for calculating implied
compound interest.


As near as I can tell, the term "implied compound interest"
rate is simply the average interest rate -- the geometric
mean rate of return. If you have another meaning in mind,
please define the term as you are using it.

I have a starting value of an investment and an ending value,
together with the number of years it’s been invested. I’m
looking for a function that can tell me the smoothed implied
compound growth per year


Given those parameters, the average growth rate per period
can be computed by either of the following:

=RATE(n,, -PV, FV)

=(FV/PV)^(1/n) - 1

where PV is the starting value, FV is the ending value, and
n is the number of compounding periods.

  #4  
Old January 6th, 2006, 04:34 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Implied Compound Interest?


Thank apolagies for the late reply , athough I couldn't get =RATE(n,,
-PV, FV) to work, =(FV/PV)^(1/n) - 1 did the trick nicely. Most useful
for inestment spreadsheets.


--
dazman
------------------------------------------------------------------------
dazman's Profile: http://www.excelforum.com/member.php...o&userid=25903
View this thread: http://www.excelforum.com/showthread...hreadid=497139

  #5  
Old January 6th, 2006, 06:01 PM posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: n/a
Default Implied Compound Interest?

"dazman" wrote:
although I couldn't get =RATE(n,,-PV, FV) to work,
=(FV/PV)^(1/n) - 1 did the trick nicely.


I am glad that one of them worked, but RATE() should
have worked, too. Did you notice the double comma ",,"
(missing optional parameter) and the minus sign "-"
before "PV", but not before "FV"?

For example:

=RATE(12,,-1000,2000)

is about 6%, confirming the "rule of 72". We get the
same result with

=(2000/1000)^(1/12) - 1

Of course, it does not matter which formula you use.
If you like the exponential form, to each his own. I
just want to be sure that you understand the RATE()
syntax. I am sure it will prove equally useful in the
future.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compound interest and repayments on personal loan swiftiie General Discussion 6 January 5th, 2006 12:46 PM
Compound interest Robert Tracey Worksheet Functions 1 November 30th, 2005 12:27 AM
Compound interest calculation Ira Hayes Worksheet Functions 2 January 13th, 2005 12:20 PM
Compound interest calculation Ira Hayes General Discussion 7 January 13th, 2005 12:18 PM
compound sum interest factor function? joeleandri Worksheet Functions 5 November 26th, 2003 07:28 PM


All times are GMT +1. The time now is 01:02 AM.


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