Financial Toolbox | ![]() ![]() |
Syntax
NumPeriods = annuterm(Rate, Payment, PresentValue, FutureValue, Due)
Description
NumPeriods = annuterm(Rate, Payment, PresentValue, FutureValue,
Due)
calculates the number of periods needed to obtain a future value. To calculate the number of periods needed to pay off a loan, enter the payment or the present value as a negative value.
Examples
A savings account has a starting balance of $1500. $200 is added at the end of each month and the account pays 9% interest, compounded monthly. How many years will it take to save $5,000?
NumPeriods = annuterm(0.09/12, 200, 1500, 5000, 0) NumPeriods = 15.68 months or 1.31 years.
See Also
annurate
, amortize
, fvfix
, pvfix
![]() | annurate | bdtbond | ![]() |