IRR Calculation

rmatenchuk

New Member
Joined
Jun 11, 2010
Messages
16
HI,

I am trying to calculate the last value in an IRR casfhflow to make the total cash flow = 15% IRR

I have a string of numbers, -100, -10 , 10, 10, 15, X. I am trying to find the value of X that makes the cashlow = 15% IRR

Can anyone help with a formula?

Thanks,

Ryan
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
I imagine that one could use an NPV/ IRR forumal for it, which is what I am hoping for someone to suggest.

I want to keep it dynamic, where a goal seek would make it static.

Ryan
 
Upvote 0
Yep GoalSeek would be my suggestion because as far as I can see you will end up with a circular reference otherwise.
 
Upvote 0
OK, I was wrong - here's one way:
Excel Workbook
ABCD
1Net Cash FlowPeriodDiscounted @ IRRIRR
2-1000-100.000015%
3-101-8.6957
41027.5614
51036.5752
61548.5763
7172.942585.98280
8
9
10
11A6 needs to be:172.942
Sheet1
Excel 2002
Cell Formulas
RangeFormula
C2=A2/(1+$D$2)^B2
B11=-SUMPRODUCT($A$2:$A$6/(1+$D$2)^$B$2:$B$6)*(1+$D$2)^$B$7
D7=SUM(C2:C7)
 
Upvote 0
Or working backwards using NPV
=(100-NPV(15%,-10,10,10,15))*(1+15%)^5
=172.94

Cheers

Dave
 
Upvote 0
Does anyone have any suggestions as to how this can be done when the cash flows do not occur annually? I have a series of cash flows that occur at random intervals over a number of years. I need to determine what the value of the final cash flow needs to be to deliver an IRR of 8%. I can do this using XIRR and goal seek, however this is a static solution, which is what I have been trying to avoid.

Any suggestions?

Thanks
 
Upvote 0
Use my construct above but use XNPV (which accepts dates) rather than NPV

Cheers

Dave
 
Upvote 0
And here's mine suitably modified:
Excel Workbook
ABCDE
1Net Cash FlowDateDays from day 0Discounted @ IRRIRR
2-10001/01/20050-1008%
3-1025/09/2007997-8.1041
41013/06/200812597.66851
51014/08/200813217.56891
61502/03/2009152110.8845
7126.81801/09/2010206981.98210
8
9
10
11A7needs to be:126.8181279
Sheet2
Excel 2010
Cell Formulas
RangeFormula
C2=B2-$B$2
D2=A2/(1+$E$2)^(C2/365)
B11=-SUMPRODUCT($A$2:$A$6/(1+$E$2)^($C$2:$C$6/365))*(1+$E$2)^($C$7/365)
E7=SUM(D2:D7)
 
Upvote 0

Forum statistics

Threads
1,214,572
Messages
6,120,306
Members
448,955
Latest member
Dreamz high

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