A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
How do I ensure that the IRR function in Excel is based on an annual result?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When entering the required information in the Excel IRR formula, the result is exactly half of the correct result. The data was in the form of a number. The first entry was a negative number, and the remaining three were positive. The formula was as follows: =IRR(A1:A4).
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
How do I ensure that the IRR function in Excel is based on an annual result?
IRR in Excel assumes that all cash flows occur at equal time intervals. If the result is exactly half of the expected rate, the most common cause is that the cash-flow frequency and the interpretation of the result do not match.
Typical scenario:
=IRR(A1:A4) returns a periodic rate (per month, per quarter, etc.).How to fix/interpret:
IRR(A1:A4) returns the rate per period of those cash flows.=2*IRR(A1:A4) (≈10%).=(1+IRR(A1:A4))^12-1.Also ensure the input range meets IRR’s requirements:
If the numerical value is still not as expected, try supplying a different guess:
=IRR(A1:A4, 0.2)
Changing the guess can help IRR converge to a different valid root when multiple mathematical solutions exist.
References: