logo
excelfunctions.org
bookmarks

MIRR

Returns the internal rate of return where positive and negative cash flows are financed at different rates.

FinancialFinance & Accounting

What it does

Calculates Modified Internal Rate of Return.

Syntax

MIRR(values, finance_rate, reinvest_rate)

Arguments

  • values(range) β€” Cash flows.
  • finance_rate(number) β€” Interest rate on borrowing.
  • reinvest_rate(number) β€” Interest rate on reinvested cash.

Examples

Modified IRR

Calculate MIRR.

FORMULA
=MIRR(A2:A5, 0.1, 0.12)
RESULT
0.12
SAMPLE DATA
A
1Cash
2-1000
3200
4400
5600