Syntax
| FinNpv(Rate,ValueArray())
| ||||||
---|---|---|---|---|---|---|---|
Description
| Returns the net present value of an annuity based on periodic payments and receipts, and a discount rate.
Positive numbers represent cash received, whereas negative numbers represent cash paid out.
For accurate results, be sure to enter your payments and receipts in the correct order because FinNpv uses the order of the array values to interpret the order of the payments and receipts.
If your first cash flow occurs at the beginning of the first period, that value must be added to the return value of the FinNpv function. It should not be included in the array of cash flows.
FinNpv differs from the FinPv function in that the payments are due at the end of the period and the cash flows are variable. FinPv’s cash flows are constant, and payment may be made at either the beginning or end of the period.
| ||||||
See Also
| |||||||
Example
| Sub Main |