#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default IRR Calculation

My TI BA Real Estate calculator comes up with 15.6556% IRR for the following
scenario

Present Value: -$40,000
Future Value: $72,000
Term: 5 years
Cash Flow: $167.00/month ($10,000 over life of investment)

My formula was this: =IRR(e68:e70)

e68 represented -40,000
e70 represented 10,000 (cashflow over life of the loan)

Any ideas on what i am doing wrong? I get the
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default IRR Calculation

IRR requires an entry for each period. So:

A1: -40000
A2: 167
A3: =A$2
A4: =A$2
....
A60: =A$2
A61: =72000+A$2

Since the returns are monthly, estimate a monthly rate and multiply by
12 to get the annual rate:

=IRR(A1:A61,10%/12)*12 === 15.6556%

Note that you're overestimating the monthly returns (e.g., 10000/60 =
166.67). If you use 10000/60, the annual rate is 15.6479%.


In article ,
Toby wrote:

My TI BA Real Estate calculator comes up with 15.6556% IRR for the following
scenario

Present Value: -$40,000
Future Value: $72,000
Term: 5 years
Cash Flow: $167.00/month ($10,000 over life of investment)

My formula was this: =IRR(e68:e70)

e68 represented -40,000
e70 represented 10,000 (cashflow over life of the loan)

Any ideas on what i am doing wrong? I get the

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

On Apr 16, 11:36 am, Toby wrote:
My TI BA Real Estate calculator comes up with 15.6556% IRR
for the following scenario
Present Value: -$40,000
Future Value: $72,000
Term: 5 years
Cash Flow: $167.00/month ($10,000 over life of investment)
My formula was this: =IRR(e68:e70)


You misusing the Excel IRR() function. But you do not need IRR() for
this problem. The following seems to match the way that your
calculator computes the annualized IRR:

=12*rate(5*12, 167, -40000, 72000)

There has been a lot of discussion in these newsgroups about whether
the monthly IRR (RATE) should be annualized simply by multiplying by
12, or whether it should be compounded, as follows:

=(1 + rate(5*12, 167, -40000, 72000))^12 - 1

I advocate compounding myself. But for years, I have been explaining
that that is not always the practice used in the real world. I think
your example with the TI calculator proves my point,.

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
Really need calculation help Ron Excel Worksheet Functions 1 September 22nd 06 05:12 PM
calculation tjh Excel Worksheet Functions 0 October 25th 05 11:48 PM
Calculation Bug? ICE9 Excel Discussion (Misc queries) 2 June 8th 05 03:44 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


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