NPER Function
The NPER function determines the number of periods required for an investment to mature or a loan to be repaid, given a principal or present value, a specified interest rate, and equal periodic payments. It uses the same equation as the
FV (future value) function (see
FV Function). Future value is usually set to 0, the default, indicating that loan is being paid off completely.
This function has the following syntax:
NPER(pv = value, i = value, pmt = value [, fv = value, paybegin])
Note: Paybegin is either 1 or 0, indicating that the payment is made at the beginning or end of the period.
This function returns:
• Float—The number of periods to repay a loan (pv) at interest per period (i) with payments (pmt)
• Null—On error