Excel
MIRR function in Excel
Returns the internal rate of return where positive and negative cash flows are financed at different rates
=MIRR(values, finance_rate, reinvest_rate)MIRR syntax and parameters
Three arguments, three required.
- valuesanyRequired
- finance_rateanyRequired
- reinvest_rateanyRequired
MIRR examples
Formulas you'll actually reuse.
IRR with realistic assumptions — outlays financed at 6%, inflows reinvested at 4%:
=MIRR(B2:B7, 6%, 4%)Result
0.102How much the plain IRR overstates the return:
=MIRR(B2:B7, 6%, 4%) - IRR(B2:B7)Result
-0.0504
MIRR in Google Sheets
Same name — your formula ports as-is.
Try MIRR in the playground
Edit the example — nothing to install.
Preloaded with the MIRR formula from Example 1 — change anything and watch it respond.
Loading the editor…
MIRR errors
What they mean — and the fixes.
#DIV/0!The cash flows contain no negative (or no positive) value — MIRR needs at least one of each.
Related functions
More ways Excel gets this done.
- ACCRINTReturns the accrued interest for a security that pays periodic interestFinancialGoogle Sheets
- ACCRINTMReturns the accrued interest for a security that pays interest at maturityFinancialGoogle Sheets
- AMORDEGRCReturns the depreciation for each accounting period by using a depreciation coefficientFinancialNo Google Sheets equivalent
- AMORLINCReturns the depreciation for each accounting periodFinancialGoogle Sheets
- COUPDAYBSReturns the number of days from the beginning of the coupon period to the settlement dateFinancialGoogle Sheets
- COUPDAYSReturns the number of days in the coupon period that contains the settlement dateFinancialGoogle Sheets