IRR
calculates internal rate of return · from excel · excel: not yet compared · sheets: not yet compared
signature
IRR(values, [guess])
returns: number
| argument | required |
|---|---|
| values | required |
| guess | optional |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
| K | |
|---|---|
| 1 | -100000 |
| 2 | 30000 |
| 3 | 40000 |
| 4 | 50000 |
| 5 | 60000 |
fx
=IRR(K1:K5) 0.24888335662407082 fx
=IRR(K1:K5, 0.1) 0.24888335662407082 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #NUM! | =IRR(A1:A3) |
related
- ACCRINT accrued interest for a security paying periodic interest
- ACCRINTM accrued interest for a security paying at maturity
- AMORDEGRC depreciation per period, French accounting, degressive
- AMORLINC depreciation per period, French accounting, linear
- COUPDAYBS days from coupon period start to settlement
- COUPDAYS days in the coupon period containing settlement