LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 418
Default IRR Calculation Question

"Les" wrote:
Hi Fred, i just cannot get this to work ??
I keep getting error in Formula


First, I wonder if you understood Fred's suggestion and implemented it
correctly. To be more specific, you would have to write:

=IF(premises!F12="no",
if(iserror(IRR('NPV calculation'!E121:L121)), "Cannot compute IRR",
IRR('NPV calculation'!E121:L121)),
if(iserror(IRR(F122:L122)), "Cannot compute IRR", IRR(F122:L122)))

Whatamess, huh?!

Second, what makes you think IRR values because it is "too high"?

Is it possible that you mistakenly did not use opposite signs for inflows
and outflows in one of the ranges?

If both ranges are set up properly, the #NUM error only means that IRR could
not find a solution within 20(!) iterations starting with a guess of 10%.

That is why the "guess" argument exists. Unfortunately, I have not found a
good way to estimate a good "guess" in general.



----- remainder of posting -----

"Fred Smith" wrote:

Two options:

1. Use another if statement to check for the error, as in:

=IF(premises!F12="no",if(iserror(irr(...),"Value too high",irr(...)) ...

2. Add a guess as the second parameter in IRR to help it get to the right
result.

Regards,
Fred.


"Les" wrote in message
...
Hi all,
I am doing the calculation below and it works great, with the exception
that
if the value i get out is too high it goes to "#NUM!". is there a way to
prevent this and rather put a text in "Value to High" ??

=IF(premises!F12="no",IRR('NPV calculation'!E121:L121),IRR(F122:L122))

Any help would be greatly appreciated.


--
Les


 
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
Calculation question Schorn Excel Discussion (Misc queries) 11 July 22nd 07 04:11 PM
Calculation Question Larry Excel Discussion (Misc queries) 4 February 6th 07 08:04 AM
Calculation Question RJ Swain Excel Worksheet Functions 5 November 22nd 06 12:02 AM
Calculation question Bryan Excel Discussion (Misc queries) 5 March 16th 05 04:24 PM
Calculation Question Lynn Q Excel Worksheet Functions 4 November 3rd 04 12:14 AM


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