irr Function
Description:
The internal rate of return for a series of periodic cash flows.
Returns:
Number
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Number* | The list of cash flows. |
Example:
When using functions inside a field, remember the field brackets:
{irr(VariableName)}
Expression | Result |
|---|---|
irr( List(-12000, 3300, 4800, 6700) ) | 0.1 |