This function gives the number of periods for an investment Based on constant monthly payments and an interest rate.
Syntax:
=NPER (rate, pmt, pv, [fv], [type])
Parameter list:
By investing at the beginning and end of the period, we can determine the duration in this case. The payment at the start of the term will be calculated with 1 as the fifth parameter, and the present value of the investment will be negative since cash has been flown out.
The monthly interest rate is calculated by dividing the interest rate by 12 and the duration is 48 months (12 months x 4). If you pay quarterly, the rate will be 8% /4 and the number will be 16 (4 periods x 4 years). Taxes, reserve payments, fees, and other costs are usually excluded from PMT.
Ask Your Query