Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default IRR desired return

I am doing a business plan and need baby step help on how to set up the
calculation of an IRR so that I can dp several 'what ifs' and also be able to
explain to the client how the spread sheet works. I need to be walked
through step by step as i can't seem to get the 'HELP ' to be clear enough
for me to get the right answer instead of error messages
Assume $3,000,000 investment
15 year amortization
desired IRR of 10% -- what would the monthly payments need to be to get this

I iam using Excel 2000
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default IRR desired return

If you expect payments to be constant, one way:

=PMT(10%/12, 15*12,-3000000)

IRR is usually used for variable cash flows.



In article ,
izbix wrote:

I am doing a business plan and need baby step help on how to set up the
calculation of an IRR so that I can dp several 'what ifs' and also be able to
explain to the client how the spread sheet works. I need to be walked
through step by step as i can't seem to get the 'HELP ' to be clear enough
for me to get the right answer instead of error messages
Assume $3,000,000 investment
15 year amortization
desired IRR of 10% -- what would the monthly payments need to be to get this

I iam using Excel 2000

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default IRR desired return

On May 2, 12:28 pm, JE McGimpsey wrote:
If you expect payments to be constant, one way:
=PMT(10%/12, 15*12,-3000000)


That is a very common conception of the monthly IRR -- the annual rate
divided by 12. Many academicians will agree.

But I (and many academicians) believe the better answer is:

=pmt(rate(12,0,-1,1+10%), 15*12, -3000000)

In other words, the monthly IRR should be a rate that compounds to 10%
per year, the required annual IRR stated in the problem.

There are many ways to explain why; I've tried many times. Perhaps
the easiest way is by demonstration.

If you agree that the annualized IRR() and XIRR() result should be the
same, given the same conditions, then set up a table for XIRR() for
this problem. For example, use 1/1/2007 for the initial cash flow of
-3,000,000 and 2/1/2007 through 1/1/2022 for the remaining cash flows,
which are equal to the result of the PMT() function.

Notice that XIRR() returns about 10.00% with 2nd formula, but about
10.47% with the 1st formula.

(Of course, the XIRR() result is slightly different because the number
of days between the same day of consecutive months is not exactly
equal, whereas IRR [and PMT] presume they are. For this example, the
difference is less than 0.0043 percent points.)

My advice to students: ask your teacher which way he/she prefers to
annualize IRR. As I said many times before, academicians seem to be
split 50-50.

Endnotes:

1. The RATE() function above can be replaced by (1+10%)^(1/2) - 1.

--- original posting ----

izbix wrote:
I am doing a business plan and need baby step help on how to set up the
calculation of an IRR so that I can dp several 'what ifs' and also be able to
explain to the client how the spread sheet works. I need to be walked
through step by step as i can't seem to get the 'HELP ' to be clear enough
for me to get the right answer instead of error messages
Assume $3,000,000 investment
15 year amortization
desired IRR of 10% -- what would the monthly payments need to be to get this


I iam using Excel 2000


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default IRR desired return

Errata....

On May 2, 6:39 pm, joeu2004 wrote:
Endnotes:
1. The RATE() function above can be replaced by (1+10%)^(1/2) - 1.


Typo... Of course that should be 1/12.

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 I make sure that my workbook always opens with a desired sh Shariq New Users to Excel 3 January 19th 07 08:20 PM
format to a desired style and order Khiller Excel Worksheet Functions 0 July 10th 06 09:00 PM
highlighting cells that have desired results luposlipophobia Excel Discussion (Misc queries) 4 June 23rd 06 10:35 PM
Simplicity is Desired natei6 Excel Worksheet Functions 8 April 11th 06 07:10 AM
hiding all data in a sheet except desired _Bigred Excel Worksheet Functions 1 March 9th 05 04:33 PM


All times are GMT +1. The time now is 05:41 AM.

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"