Calculate Initial investment to achieve specific IRR

Hoister

New Member
Joined
Sep 2, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am trying to build a formula that will return my year 0 cash outflow to achieve a 12% IRR on a series of future cashflows.

The cashflows would be:

Year 0: X (some negative value)
Year 1: 400K
Year 2: 450K
year 3: 475K
year 4: 500K

IRR: 12%

I am struggling to come up with a formula that would allow me to easily solve for X in scenarios of different lengths and cashflow values.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Well, there is no closed-form formula that can solve for X.

You can use the Goal Seek functionality (found in the Data | Whatif section of the ribbon). Set the cell containing the IRR formula to 12% by changing the Year 0 value and that will reckon the first value. It beats typing in numbers randomly to bootstrap the solution.
 
Upvote 0
I misunderstood and spoke too soon. Of course there is a way to get the initial investment.

Book1
EF
1Target IRR12%
2
3yearvalue
40($1,371.73)
51$400.00
62$450.00
73$475.00
84$500.00
9
10
11IRR12%
Sheet1
Cell Formulas
RangeFormula
F4F4=-NPV(F1,F5:F8)
F11F11=IRR(F4:F8)
 
Upvote 0

Forum statistics

Threads
1,215,134
Messages
6,123,237
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top