In this case, after 4 years, the return rate r = 14.3%.
Function structure and usage
Grasping the needs of users, Excel has created a calculation formula for the quick IRR function.
Function structure: = IRR (values, [guess] ).
Inside:
IRR: The function name used to calculate the internal rate of return.
Values: Required value. An array or reference to cells containing cash flow data ({{C_n}}).
Guess: An estimated% that is close to the result of IRR (). The optional value if ignoring the default value is 10%.
Note:
The value must contain at least one negative value, which is the initial cost of the project.
Value values must be entered in the correct chronological order of cash flow to give the correct results.
If Value contains one or more non-numeric data, the function will ignore those values.
The IRR function returns the #NUM! Error value . If you do not have at least one negative value in the Value string or you find no meaningful results after 20 attempts.
In case the IRR function returns the #NUM! or if the result does not match the expected value, try again with a different guess value .
The IRR function is closely related to the NPV function, because the rate that the IRR function returns is the interest rate that makes NPV = 0.
Illustration
With the above example, if you use a manual calculation formula, it will take a lot of time to solve this problem. But if you use Excel, the result is just after 1s, you can even calculate the rate of return after 1 year, 2 years, 3 years .
You enter the above data sheet into the worksheet:
IRR function in Excel - Usage and examples Picture 2
Excel will calculate the rate of return after any year you need.
In addition, you can enter the number in the IRR function, type any cell in the Excel worksheet = IRR ({- 4000,1200,1410,1875,1050}, 10%). The result is still 14.3%.