Microsoft Knowledge Base |
|
Excel: NPER() Function Returns #NUM! Error Value |
|
|
Last reviewed: September 12, 1996
Article ID: Q104626 |
|
The information in this article applies to:
SUMMARYThe NPER() function in Microsoft Excel will return a #NUM! error value if the payment made each period is less than or equal to the interest charged during the first period.
MORE INFORMATIONThe NPER() function returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.
Steps to Reproduce BehaviorOn a new worksheet, enter the following values:
A1: 1000 A2: -20000 A3: 5.50% A4: =NPER(A3,A1,A2)where:
If you increase the payment in cell A1 to a value greater than 1100, the NPER() formula will return a valid result.
REFERENCES"Function Reference," version 4.0, page 291 "Function Reference," version 3.0, pages 161-162
|
|
KBCategory: kbusage
©1997 Microsoft Corporation. All rights reserved. Legal Notices. |