NPV

This method specifies the net present value of an investment based on a series of periodic cash flows, such as payments and receipts, and a discount rate.

Syntax

financial.NPV(rate, values)

Parameters

financial
Reference to a Financial control.
rate
Required. Variant that specifies the discount rate over the length of the period, expressed as a decimal.
values
Required. Variant array that specifies the cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).

Return Value

Result of the NPV calculation.

Remarks

The net present value of an investment is the current value of a future series of payments and receipts.

The NPV method uses the order of values within the array to interpret the order of payments and receipts. Be sure to enter your payment and receipt values in the correct sequence.

The NPV investment begins one period before the date of the first cash flow value and ends with the last cash flow value in the array.

The net present value calculation is based on future cash flows. If your first cash flow occurs at the beginning of the first period, the first value must be added to the value returned by NPV and must not be included in the cash flow values of values.

The NPV method is similar to the PV method (present value) except that the PV method enables cash flows to begin either at the end or the beginning of a period. Unlike the variable NPV cash flow values, PV cash flows must be fixed throughout the investment.