XIRR Question - Working on Project from Boss!

Zimmyer

New Member
Joined
Aug 13, 2012
Messages
2
Long time reader, first time poster :)

I need to calculate gross xIRR for several companies in one fund. Each company has two columns (one for values and one for dates) How do I write the XIRR formula to combine multiple sets of columns?

EX:
Company A (Column A Values, Column B Investment Dates)
Company B (Column C Values, Column D Investment Dates)

=XIRR((A2:A84, C2:C84),(B2:B84,D2:D84),.1) was my guess but it returns the 'value' error...Thanks so much for the help!!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Are you wanting to return a single IRR for the consolidated results of both companies? If so, then you need to generate an aggregate net cashflow at each unique date and use that in the XIRR calculation.
 
Upvote 0
That is exactly what I am trying to accomplish. Do you think the best way to do this would be to use the Aggregate function, unique value + lookup, or something else? I have ~15 companies with ~20 individual wire transfers

Thanks so much for your help!

Are you wanting to return a single IRR for the consolidated results of both companies? If so, then you need to generate an aggregate net cashflow at each unique date and use that in the XIRR calculation.
 
Upvote 0

Forum statistics

Threads
1,223,248
Messages
6,171,027
Members
452,374
Latest member
keccles

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