Not sure what exactly you mean by using the IRR result for FV.
Sorry. The details of my responses might have been overwhelming because they had to cover so much ground.
We know from the Fide4lity research of this equity fund that over 10 years it has paid out an annualized 22.48%. That much is factual
And a critical piece of information that I overlooked in your notes in the Excel file.
So let's apply the "new" information to what I provided in my previous responses.
1. With 22.48% in F14, use the following formula in F13 to estimate the ending balance:
=FV(F14,10,F3,F2,1)
/ (1+F14)
The result is -1801203.96809131.
Enter the formula =$F$13 into D13 and E13. The ending balance should be exactly the same in all cases, at least for comparison purposes.
(Rounding even to the "cent" introduces additional differences.)
2. Then
array-enter (press
ctrl+shift+Enter instead of just Enter) the following formula in D14:
=IRR(IF(ROW(D3:D12)=ROW(D3), D2+D3, IF(ROW(D3:D12)=ROW(D12), D12+D13, D3:D12)))
The result is 22.48%, the same as rate of return in F14 that was used for the FV formula.
I explained both of the Excel FV and IRR formulas in my previous posting, as well as the
imperfection of the
necessary assumptions of those functions with respect to the dates of your cash flows. (See below.)
3. Finally, your XIRR formula in E14 now returns
22.196222782135%.
I explained that difference in my previous posting. In particular:
a. Excel IRR assumes
equal intervals, whereas Excel XIRR uses the
exact difference between dates. Note that the annual periods ending in 6/1/2020, 6/1/2024 and 6/1/2028 have
366 days, not 365 days.
b. The starting balance on 5/1/2019 is
31 days before the first withdrawal on 6/1/2019,
not on the same date as we had to assume in order to use Excel IRR.
c. The ending balance is on 6/1/2028, the beginning of the last period, whereas Excel FV calculates the ending balance at the end of the period, effectively the beginning of the next period (6/1/2029) a year later. The difference is another period of interest for the Excel FV calculation.
In a nutshell, again, the primary difference is that Excel IRR and FV
assume equal intervals ("annual").
Your model does not fit that assumption. Specifically, the first cash flow is on 5/1/2019, and the second cash flow is on 6/1/2019, 31 days later,
not a year later.
4.
For demonstrations purposes only, make the following experimental changes:
a. Change C2 to 6/1/2019, the same as C3.
b. Change C4 to the formula =C3+365, and copy down through C12.
c. Change C13 to the formula =C12.
Then Excel XIRR returns
22.4800000190735%, which is very close to the same result from Excel IRR and the (input) rate of return for Excel FV.
5. Alternatively, if you want to use Excel XIRR because it is
more consistent with your cash flow model (in particular, the uneven intervals):
a. Clear E13, the expected ending balance for Excel XIRR.
b. Use Solver or Goal Seek to derive E13 so that E14 (XIRR result) is 22.48%.
Frankly, I am having trouble making Solver work at all. Probably a mistake of mine that I'm not seeing.
Goal Seek derived an ending balance of
-1842208.14078335 in E13, a difference of about
41,004 compared to Excel FV, with an XIRR result of 22.4800000190735%, which I think is the best we can hope for, considering the experiment in
#4 .
In order to achieve that Goal Seek result, I set Max Change to
0.0000001 in the Excel Options > Formulas > Calculation Options section. It is not necessary -- and it is undersirable -- to also set Enable Iterative Calculation and to change Max Iterations (default 10).
Again, I explained the need for a different ending balance compared to Excel FV and IRR, to wit: the cash flows are not equal; in particular, the first two cash flows as 31 days apart, not a year.
But the change is relatively small: less than 2.28%. Not the "million bucks" that you determined.
I'm just baffled at the huge difference between the ending balances. Any clue?
Does that answer all of your questions?