Calculates the present value of a loan or an investment based on a constant interest rate.
Den här funktionen fungerar likadant i Google Kalkylark som i Excel — samma syntax och argument.
PV(rate, nper, pmt, [fv], [type])The PV function determines the current worth of a series of future payments. It is commonly used to evaluate the value of an annuity or to determine how much a loan is worth today given future repayment terms.
=PV(0.05/12, 12*5, 200)Resultat: -10328.01
Calculates the present value of a 5-year loan with a 5% annual interest rate and $200 monthly payments.
Excel follows cash flow conventions; since payments are money leaving your pocket, they are represented as negative values.