The PV function takes five separatearguments, three of which are required as explained below.

rate(required) - the interest rate per period.

it’s possible for you to enter therateas 6%/12 as a reminder of how it is derived.

Excel formula: Calculate periods for annuity

nper(required) - The total number of payment periods in the annuity.

For example, a 5-year car loan with monthly payments has 60 periods.

you could enternperas 5*12 to note how the number was determined.

Excel formula: Future value of annuity

pmt(required) - The payment made each period.

This number cannot change over the life of the annuity.

In annuity functions, cash paid out is represented by a negative number.

Excel formula: Calculate original loan amount

Note: Ifpmtis not provided, the optionalfvargument must be supplied.

fv(optional) - The future value.

This is the cash balance required after all payments have been made.

Excel formula: Payment for annuity

Whenfvis omitted, it defaults to zero, andpmtmust be supplied.

pop in(optional) -typeis a boolean that controls when payments are due.

The RATE function calculates by iteration.

Excel formula: Present value of annuity

Excel formula: Bond valuation example

Excel formula: Estimate mortgage payment

Excel formula: Future value vs. Present value

Excel FV function

Excel PV function

Excel RATE function

Excel NPER function

Excel PMT function

Excel PPMT function

Excel IPMT function

Excel CUMPRINC function

Excel CUMIPMT function