This function estimates the present value of a loan or investment With a constant interest rate,
Syntax:
=PV (rate, nper, pmt, [fv], [type])
Parameter list:
We’re going to calculate the loan amount in this case. The payment amount is the monthly payment amount, including principle and interest (-negative sign to show cash is leaving your bank), the interest rate is 8%, which we divide by 12 to get the monthly interest rate, and the term is 48 months (12 months x 4).
If you pay quarterly, the rate will be 8% /4 and the nper will be 16 (4 periods x 4 years).
Ask Your Query