#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default IRR calculations

How does one annualize a series of monthly cash flows (usually greater 12
months)using the irr calculation ? Do you multiply the result of the
calculation by 12 (i.e. 12 months per year) or do you multiply by the number
of months in the calculation period ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default IRR calculations

IRR, like all financial functions will give you the periodic interest rate.
That's because IRR doesn't know, nor care, what period you are using. It could
be months, years, days, etc.

To convert a monthly rate to an annual rate, there are standard formulas. But I
always like to ask the question, "If you invested $100 at x% per month, how much
would you owe at the end of the year?" That will tell you what the annual rate
is. This formula is:

=fv(IRR(...),12,0,-100)

If the result is, say, $114.50, your APR is 14.5%.

The full formula to calculate the APR would be:

=FV(IRR(...),12,0,-1)-1

--
Regards,
Fred


"MJW" wrote in message
...
How does one annualize a series of monthly cash flows (usually greater 12
months)using the irr calculation ? Do you multiply the result of the
calculation by 12 (i.e. 12 months per year) or do you multiply by the number
of months in the calculation period ?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default IRR calculations

On Tue, 8 May 2007 21:23:40 -0600, "Fred Smith" wrote:

I
always like to ask the question, "If you invested $100 at x% per month, how much
would you owe at the end of the year?"


That's really a trick question, isn't it?
--ron
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default IRR calculations

Fred

Thanks for the feedback.

I think your approach is more complicated than it needs to be for my
application. However what are the "standard formulae" to which you refer ?

"Fred Smith" wrote:

IRR, like all financial functions will give you the periodic interest rate.
That's because IRR doesn't know, nor care, what period you are using. It could
be months, years, days, etc.

To convert a monthly rate to an annual rate, there are standard formulas. But I
always like to ask the question, "If you invested $100 at x% per month, how much
would you owe at the end of the year?" That will tell you what the annual rate
is. This formula is:

=fv(IRR(...),12,0,-100)

If the result is, say, $114.50, your APR is 14.5%.

The full formula to calculate the APR would be:

=FV(IRR(...),12,0,-1)-1

--
Regards,
Fred


"MJW" wrote in message
...
How does one annualize a series of monthly cash flows (usually greater 12
months)using the irr calculation ? Do you multiply the result of the
calculation by 12 (i.e. 12 months per year) or do you multiply by the number
of months in the calculation period ?




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

On May 8, 3:36 pm, MJW wrote:
How does one annualize a series of monthly cash flows (usually greater 12
months)using the irr calculation ? Do you multiply the result of the
calculation by 12 (i.e. 12 months per year) or do you multiply by the number
of months in the calculation period ?


Some people (including some academicians) do simply multiply by 12.

(You would never multiply by the number of periods in the IRR
computation.)

Other people (including some academicians) compound the monthly rate,
for example by using one of the following equivalent formulas:

=(1+IRR(...))^12 - 1

=fv(IRR(...), 12, 0, -1) - 1

I contend that the latter (compounding) is the "right" approach for
many reasons. Perhaps the simplest reason: that is what XIRR() would
yield, given equivalent parameters.

(Excel's XIRR() function always an annualized result.)

The bottom: the choice is up to you.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default IRR calculations

I'm afraid I made it as simple as possible. As I and others have said, one
standard formula is:

=FV(IRR(...),12,0,-1)-1

Another is to use EFFECT from the Analysis Toolpak.

--
Regards,
Fred


"MJW" wrote in message
...
Fred

Thanks for the feedback.

I think your approach is more complicated than it needs to be for my
application. However what are the "standard formulae" to which you refer ?

"Fred Smith" wrote:

IRR, like all financial functions will give you the periodic interest rate.
That's because IRR doesn't know, nor care, what period you are using. It
could
be months, years, days, etc.

To convert a monthly rate to an annual rate, there are standard formulas. But
I
always like to ask the question, "If you invested $100 at x% per month, how
much
would you owe at the end of the year?" That will tell you what the annual
rate
is. This formula is:

=fv(IRR(...),12,0,-100)

If the result is, say, $114.50, your APR is 14.5%.

The full formula to calculate the APR would be:

=FV(IRR(...),12,0,-1)-1

--
Regards,
Fred


"MJW" wrote in message
...
How does one annualize a series of monthly cash flows (usually greater 12
months)using the irr calculation ? Do you multiply the result of the
calculation by 12 (i.e. 12 months per year) or do you multiply by the
number
of months in the calculation period ?






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
Calculations J. McGonigal Excel Worksheet Functions 4 April 25th 06 07:53 AM
calculations row by row Jozmoz Excel Discussion (Misc queries) 2 April 2nd 06 11:42 AM
% calculations ChristyB Excel Worksheet Functions 4 February 16th 06 06:21 PM
! in Calculations Strata Excel Discussion (Misc queries) 4 December 14th 05 01:15 PM
Calculations Andrew Hodgson Excel Worksheet Functions 0 August 2nd 05 03:58 PM


All times are GMT +1. The time now is 06:04 AM.

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"