Calculate modified internal rate of return
=MIRR(values, finance_rate, reinvest_rate)
| Parameter | Description |
|---|---|
values |
Array or reference to cells that contain cash flows. |
finance_rate |
Required rate of return (discount rate) as percentage. |
reinvest_rate |
Interest rate received on cash flows reinvested as percentage. |
In the example shown, the formula in F6 is:
=MIRR(B5:B11,F4,F4)