XL5: XIRR() Example Does Not Include Negative Number

Last reviewed: September 12, 1996
Article ID: Q116041
The information in this article applies to:
  • Microsoft Excel for Windows version 5.0

SUMMARY

Microsoft Excel 5.0 Help gives the following example of the XIRR() financial function:

   Consider an investment that requires a $10,000 cash payment on January
   1, 1992, and returns $2750 on March 1, 1992, $4250 on October 30, 1992,
   $3250 on February 15, 1993, and $2750 on April 1, 1993. The internal
   rate of return (in the 1900 Date System) is:

      XIRR({10000,2750,4250,3250,2750},
      {33604,33664,33907,34015,34060},0.1) equals 0.373363 or 37.3363%.

This example is incorrect: none of the values in the first argument are negative. The formula will return the #NUM! error value.

In the XIRR() function, at least one value in the first array must be negative. In this example the first value, 10000, must be -10000 in order to return the result of 37.3363%.

NOTE: This example is shown correctly on page 297 of the "Microsoft Excel 5.0 Worksheet Function Reference" by Microsoft Press.

REFERENCE

For more information about the XIRR() function, choose the Search button in Help and type:

    XIRR


KBCategory:
KBSubcategory:

Additional reference words: 5.00



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.