IRR Syntax Help
Hi all,
I have a spreadsheet with a 1 column that represents the hypothetical cashflows of an investment, and another column that represents the hypothetical "cashout" value of the same investment on a year over year basis. In reality the spreadsheet to calculate the IRR if a person were to cashout their investment in any given year. essentially it will be an IRR of the stream of hypothetical CFs, and in the final year to factor in the "cashout" amount into the final payment. The issue I am having is with the syntax, because the cashout amount is found in a separate column, and does not fit into the array form the IrR function seems to need.
For example. I want to know the IRR after 5 years.
What I would to is IRR(A1:A5;A6+B6)
Where A6+B6 = cashflow + cashout amount in that year.
Anyone know of a way to format the IRR function to allow something like this?
Thanks for reading.