Calculates the present value of a loan or an investment based on a constant interest rate.
Deze functie werkt in Google Spreadsheets hetzelfde als in Excel — dezelfde syntaxis en argumenten.
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)Resultaat: -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.