This function returns the annuity’s rate of interest per period.
Syntax:
=RATE (nper, pmt, pv, [fv], [type], [guess])
Parameter list:
In this example file, we first calculate the monthly rate before multiplying it by 12 to get the yearly rate.
Iteration is used to compute RATE. RATE returns the #NUM! error value if the results do not converge within 0.0000001 after 20 iterations. For guess and nper, you must use the same units. Use 8 percent /12 for guess and 5*12 for nper if you’re making monthly payments on a five-year loan with an annual interest rate of 8%. Use 8% for guess and 5% for nper if you’re making yearly payments on the same loan.
Ask Your Query