MIRR
returns modified internal rate of return · from excel · excel: not yet compared · sheets: not yet compared
signature
MIRR(values, finance_rate, reinvest_rate)
returns: number
| argument | required |
|---|---|
| values | required |
| finance_rate | required |
| reinvest_rate | required |
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
=MIRR(K1:K5, 0.1, 0.12) 0.20139202041968263 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #DIV/0! | =MIRR(A1:A3, 0.05, 0.05) |
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