IRR Assistance

hardgrafting

New Member
Joined
Feb 6, 2017
Messages
25
Hi all,

This is my first thread and a query which I hope you can assist me with. I am trying to calculate the exact point in monetary terms that my IRR becomes a certain percentage%. So for example see below, on the 31/10/2016, the payment of 5,000,000 gives me an IRR of 65%, I want to understand how much was needed (proportion of the 5,000,000) that would make the IRR 10% or 15%. I need the way in which this works to be dynamic, so for example if I input a specific IRR rate between -43% and 65% I want to understand how much of the 5,000,000 gets me to that IRR.



DateCash flowXIRR
31/01/2016-10,000,000#N/A
29/02/2016#NUM
31/03/2016#NUM
30/04/20142,00,000-100%
31/05/2016-100%
30/06/20165,000,000-62%
31/07/2016-62%
31/08/20161,000,000-43%
30/09/2016-43%
31/10/20165,000,00065%
30/11/201665%
31/12/201665%
31/01/20175,000,000155%
28/02/2017155%
31/03/2017155%

<tbody>
</tbody>
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Welcome to the board.

A​
B​
C​
D​
1​
Goal
15%​
2​
Date
Amt
3​
31 Jan 2016​
(10,000,000)
4​
30 Apr 2016​
200,000​
5​
30 Jun 2016​
5,000,000​
6​
31 Aug 2016​
1,000,000​
7​
31 Oct 2016​
4,626,832​
B7: =-XNPV(C1, B3:B6, A3:A6) *(1+C1)^((A7-A3)/365)
8​
15.000%​
B8: =XIRR(B$3:B7, A$3:A7)
 
Upvote 0
Thank you very much, this is most helpful.

May I ask if there is way to tweak the formula in order to make it work when the dates in column A are all present and we have no cash flows in a period. For example I want to show that in February 2016 there is no payment, but when I introduce this, the formula does not work.
 
Upvote 0
Had a think about this, and I guess I can just put 0 in these cells which have a 0 cash flow.

Thanks again, much appreciated
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,005
Members
449,203
Latest member
Daymo66

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