XIRR help

ngarzacathexis

New Member
Joined
May 27, 2015
Messages
6
I'm trying to calculate XIRR with various initial dates and an end dates.

This is what I have now

Date Column(monthly) Investment #1 Investment #2.... etc.
5/30/2014 xxxx(values) xxxx(values)
. . .
. . .
. . .
. . .
5/30/2029 xxxx(values) xxxx(values)

Investment #1: start: 8/30/2014 end: 10/31/2020
Investment #1: start: 1/31/2018 end: 5/30/2029

I have about 35 different investments so manually would take a while and I will be adding more eventually. So I want to be able to use a XIRR formula that will retrieve the cash flow values based on the start and end date within the date column range to give the XIRR solution.

Any ideas? If you need more details just let me know.

Thank you!
 
biocideJ,

I think I got it to work. I had to create a reference cell with the initial invested amount and the last revenue flow expected.

Then I used the following formula to search the date and value columns for the initial date and end date. As well as initial value and end value.
=XIRR(INDEX(B2:B$372,MATCH(EOMONTH(B$374,-1),$A$2:$A$372,0)):INDEX(B2:B$372,MATCH(B$376,$A$2:$A$372,0)),INDEX($A$2:$A$372,MATCH(B$379,B$2:B$372,0)):INDEX($A$2:$A$372,MATCH(B$380,B$2:B$372,0)))

That look okay to you?
 
Upvote 0

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
biocideJ,

I think I got it to work. I had to create a reference cell with the initial invested amount and the last revenue flow expected.

Then I used the following formula to search the date and value columns for the initial date and end date. As well as initial value and end value.
=XIRR(INDEX(B2:B$372,MATCH(EOMONTH(B$374,-1),$A$2:$A$372,0)):INDEX(B2:B$372,MATCH(B$376,$A$2:$A$372,0)),INDEX($A$2:$A$372,MATCH(B$379,B$2:B$372,0)):INDEX($A$2:$A$372,MATCH(B$380,B$2:B$372,0)))

That look okay to you?

Without being able to see your spreadsheet, it is impossible to say, but I would create a few manual XIRR formulas to error-check the values being returned.
If that looks good then I suspect you are set.
 
Upvote 0
I validated the data with a couple manual formulas and it came back correct.
Sorry for the confusing explanation but thank you for all your help.
 
Upvote 0

Forum statistics

Threads
1,216,112
Messages
6,128,901
Members
449,477
Latest member
panjongshing

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