Calculates the present value of a loan or an investment based on a constant interest rate.
この関数は Google スプレッドシートでも Excel と同じように機能します。構文も引数も同じです。
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)結果: -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.