Calculate Present Value
Determine the current worth of a future sum of money.
Inputs
rateInterest rate per period.nperTotal number of payment periods.pmtPayment made each period.
Practical Example
=PV(0.08, 10, 0, 10000)
PV(rate, nper, pmt, [fv], [type])
Calculates the present value of a loan or an investment, based on a constant interest rate.
Determine the current worth of a future sum of money.
rate
Interest rate per period.nper
Total number of payment periods.pmt
Payment made each period.Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.