Hitung tingkat pengembalian internal untuk arus kas tidak teratur
=XIRR(values, dates, [guess])
| Parameter | Deskripsi |
|---|---|
values |
Array or reference to cells that contain cash flows. |
dates |
Dates that correspond to cash flows, in any order. |
guess |
[optional] An estimate for expected IRR. Default is 0.1 (10%). |
In the example shown, dates are in the values are in the range B5:B10, and dates are in the range C5:C10. The formula in cell F4 is:
=XIRR(B5:B10,C5:C10) // returns .0788