Views:

Description

Calculate the number of periods for an annuity.

Signature 

Annuity_NPER('rate', 'pmt', 'pv', ['fv'], ['type'])

Parameters

NameRequiredTypeDescription
rateYesdoubleThe interest rate per period.
pmtYesdoubleThe payment made each period; it cannot change over the life of the annuity.
pvYesdoubleThe present value, or the lump-sum amount that a series of future payments is worth right now.
fvNodoubleThe future value, or a cash balance you want to attain after the last payment is made.
typeNointThe number 0 (the end of the period) or 1 (the start of the period), indicates when payments are due.

Example 1

Annuity_NPER(0.08/12, 500, -50000) Returns 165.34