Calculate net present value for irregular cash flows
=XNPV(rate, values, dates)
| Parameter | Description |
|---|---|
rate |
Discount rate to apply to the cash flows. |
values |
Values representing cash flows. |
dates |
Dates that correspond to cash flows, in any order. |
In the example shown, the formula in F6 is:
=XNPV(F4,B5:B10,C5:C10) // returns 177.6532