FormulaCraft

MIRR

MIRR computes a modified IRR that corrects for two key MIRR assumptions: it discounts negative cash flows at a finance rate and compounds positive ones at a reinvestment rate. Use it when borrowing and reinvestment rates differ materially from each other to get a more realistic project return.

Excel
=MIRR(B2:B6,0.08,0.1)
Google Sheets
=MIRR(B2:B6,0.08,0.1)

Verified example

Computed by a real spreadsheet engine on the sample data below.

YearCash Flow
0-50000
115000
220000
325000
418000

=MIRR(B2:B6,0.08,0.1)0.1572128223

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1List all cash flows in a column, beginning with the initial investment as a negative number.
  2. 2Determine your finance_rate (cost of borrowing) and reinvest_rate (expected return on reinvested cash).
  3. 3Enter =MIRR(values, finance_rate, reinvest_rate) and the result is the annualised modified return.

Need a version for your data?

Try: “What is the modified IRR of my project if I borrow at 8% and reinvest at 10%?

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: