I have to figure out the IRR of the series of annual cash flows where the initial (first) value and the last value has to be discounted from their exact dates but the other values from the mid-year.
The data is given in three rows, like:
-100 0 0 0 0 (discount from exact dates)
10 10 10 10 10 (discount from middle year)
0 0 0 0 150 (discount from exact dates)
This is a 5-year series and standard IRR function will give 23,0% as IRR.
The values -100 and 150 should be discounted from exact dates and 10's from the middle of each year.
Is there a function to get the desired IRR?
XIRR-function doesn't work because the data is in three rows.
VBA is not preferred here because IRR should update immediately if any value is changed.
The data is given in three rows, like:
-100 0 0 0 0 (discount from exact dates)
10 10 10 10 10 (discount from middle year)
0 0 0 0 150 (discount from exact dates)
This is a 5-year series and standard IRR function will give 23,0% as IRR.
The values -100 and 150 should be discounted from exact dates and 10's from the middle of each year.
Is there a function to get the desired IRR?
XIRR-function doesn't work because the data is in three rows.
VBA is not preferred here because IRR should update immediately if any value is changed.