The IRR function is one of the financial functions. It is used to calculate the internal rate of return for a series of periodic cash flows.
Syntax
IRR(values, [guess])
The IRR function has the following arguments:
Argument | Description |
---|
values | An array that contains the series of payments occuring at regular periods. At least one of the values must be negative and at least one positive. |
guess | An estimate at what the internal rate of return will be. It is an optional argument. If it is omitted, the function will assume guess to be 10%. |
Notes
How to apply the IRR function.
Examples
The figure below displays the result returned by the IRR function.
