Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

The Excel PV Function

The Excel PV function calculates the Present Value of an investment, based on a series of future
payments.
The syntax of the function is:
PV( rate, nper, [pmt], [fv], [type] )
Where the arguments are as follows:

rate - The interest rate, per period.

nper - The number of periods for the lifetime of the annuity or investment.

[pmt] - An optional argument that specifies the payment per period.


If the [pmt] argument is omitted, the [fv] argument must be supplied.

[fv] - An optional argument that specifies the future value of the annuity, at the
end of nper payments.
If the [fv] argument is omitted, it takes on the default value 0.

[type] - An optional argument that defines whether the payment is made at the start
or the end of the period.
The [type] argument can have the value 0 or 1, meaning:
0 - the payment is made at the end of the period;
1 - the payment is made at the start of the period.
If the [type] argument is omitted, it takes on the default value of 0
(denoting payments made at the end of the period).

Cash Flow Convention:


Note that, in line with the general cash flow convention, outgoing payments are represented by
negative numbers and incoming payments are represented by positive numbers. This is seen in
the examples below.

You might also like