Pv

Syntax

Pv(Rate, PeriodCount, PeriodPayment, FutureValue, Type)

Parameters

Rate. Interest rate per period.

PeriodCount. The total number of payment periods in an investment.

PeriodPayment. A sum paid every period, which does not change over the time of paying the rent. Typically, the payments consist of primary and interest payments but do not include taxes and charges.

FutureValue. The required value of future cost or the remainder after the last payment.

Type. Selecting payment time. The parameter may take the following values:

NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.

Description

It returns the current value of an investment.

Comments

The modified (current) value is the total amount which presently equals to the series of future payments. For example, when you borrow money, the loan amount is the present value for a creditor.

The formula that calculates the Pv function looks as follows:

If the rate is not 0, then:

,

where:

If the rate is 0, then:

.

Example

Formula Result Description
=Pv(0.15, 12, 122, 12000, 1) -3003,40

The current investment value based on the following conditions:

  • The interest rate is 0.15.

  • The total number of payment periods is 12.

  • The payment per period is 122.

  • The future value is 12000.

  • The payment is effected at the beginning of period.

=Pv(0.15, 12, A0, B0, 1) -345,97

The current investment value based on the following conditions:

  • The interest rate is 0.15.

  • The total number of payment periods is 12.

  • The payment per each period is specified in the A0 cell, value is 55.5.

  • The future value is specified in the B0 cell, value is 07.

  • The payment is effected at the beginning of period.

See also:

Function WizardFinancial FunctionsNpvXnpv