On Wed, 6 Aug 2008 17:03:21 -0400, "Howard Kaikow" <(E-Mail Removed)>
wrote:
>I've eliminated the empty rows and posted a watered down version of the file
>at
>http://www.standards.com/temp/excel2003.xls.
>
>> Prior to 2007, XIRR was not a native Excel function. To use it, you had
>to
>> link in the Analysis ToolPak Add-In (ATPVBAEN.XLA). XIRR is a native
>> function in OpenOffice Calc, which cannot use the ATP add-in, hence the
>> perfectly predictable behavior that you describe between the two packages.
>
>Ayup, I knew that.
>Calc returns the plausible value of -9.384% instead of 0.
>
>A few months ago, I posted a related issue in one of these newsgroups.
>In that case, all I had to do was break the links (affected only 2 cells)
>and re-enter the XIRR formulae. That solution does not work here.
>
Curious.
If you enter a guess that is 0% or greater, the function returns a very small
number.
Your formula, on that sheet, actually is returning 0.000000298023224%
If you enter a guess that is negative, even quite small, the function returns
the expected result:
=XIRR(B3:B56, A3:A56,-0.0001%) --> -9.834%
--ron