logo-mini

PV Function

The PV function in Excel is a financial function that calculates the present value of an investment. It is commonly used in financial analysis to determine the current value of a future payment or series of payments. The PV function takes several input arguments, including the rate of return, the number of periods, and the amount of the future payment.

The syntax of the PV function is as follows:

PV(rate, nper, pmt, [fv], [type])

Where:

  • rate: The rate of return or discount rate. This is the rate at which future cash flows are discounted to determine their present value.
  • nper: The number of periods over which the investment is made. This could be months, years, or any other time period.
  • pmt: The payment made each period. This could be a fixed payment or a series of payments that vary over time.
  • fv: The future value of the investment at the end of the investment period. This is optional and is typically set to 0 if not specified.
  • type: The payment type. This is also optional and can be set to 0 (payments at the end of the period) or 1 (payments at the beginning of the period).

Using the PV function is straightforward. To determine the present value of an investment with a discount rate of 10%, a payment of $100 per period for 5 periods, and a future value of $1000, the following formula could be used:

=PV(10%, 5, 100, 1000)

This would return a present value of $386.34.

The PV function is useful in a variety of financial applications. For example, it can be used to determine the value of a bond by calculating the present value of the bond’s future cash flows. It can also be used to determine the value of an annuity, which is a series of equal payments made at regular intervals over a certain period of time.

To illustrate how the PV function can be used in practice, consider the following example.

Suppose an investor is considering purchasing a bond with a face value of $1000 that will pay $100 per year for 5 years at an annual interest rate of 10%. The investor wants to know the present value of the bond in order to determine whether it is a good investment.

To solve this problem, we can use the PV function as follows:

=PV(10%, 5, 100, 1000)

This returns a present value of $386.34, which is the current value of the bond based on the expected cash flows and the discount rate.

The PV function can also be used to determine the present value of an annuity. For example, suppose an investor is considering purchasing an annuity that will pay $1000 per year for 10 years at an annual interest rate of 5%. The investor wants to know the present value of the annuity in order to determine whether it is a good investment.

To solve this problem, we can use the PV function as follows:

=PV(5%, 10, -1000)

This returns a present value of $7,185.71, which is the current value of the annuity based on the expected cash flows and the discount rate.

Download the sample files: PV FUNCTION – Click here