Dynamic XIRR (OFFSET) Transposing Formula Help

privateequity

New Member
Joined
Jun 21, 2017
Messages
5
Hi, I am trying to calculate XIRR using dynamic ranges. I found the solution in the attached URL but the data and formula would need to be transposed into a new format (according to how my model is built). Are you able to help me reconstruct the formula according to how I have my data transposed?

Here is the solution to the formula: https://stackoverflow.com/questions/19254548/dynamically-construct-range-to-use-in-xirr-formula

I'd like to transpose it so Fund, Date, and Amount are vertical along A1, A2, A3, and then the information is transposed horizontally to the right of each.

Would you be able to assist?

Thanks so much.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
By simply adapting the Stack Overflow formula (there may be other ways):

B11:=XIRR(OFFSET(C$2,MATCH(A11,A$2:A$8,0)-1,0,COUNTIF(A$2:A$8,A11)),OFFSET(B$2,MATCH(A11,A$2:A$8,0)-1,0,COUNTIF(A$2:A$8,A11)))

C11: =XIRR(OFFSET(G$3,,MATCH(A11,G$1:M$1,0)-1,,COUNTIF(G$1:M$1,A11)),OFFSET(G$2,,MATCH(A11,G$1:M$1,0)-1,,COUNTIF(G$1:M$1,A11)))


Excel 2010
ABCDEFGHIJKLM
1FundDateAmountFundAAABBBB
2A10-Jan-05-5,00010-Jan-05Date10-Jan-0510-Feb-0508-Oct-1310-Sep-0510-Oct-0510-Nov-0508-Oct-13
3A10-Feb-05-5,00010-Feb-05Amount-5,000-5,00012,500-5,000-5,000-5,00022,500
4A08-Oct-1312,50008-Oct-13
5B10-Sep-05-5,00010-Sep-05
6B10-Oct-05-5,00010-Oct-05
7B10-Nov-05-5,00010-Nov-05
8B08-Oct-1322,50008-Oct-13
9
10VerticalHorizontal
11A2.6%2.6%
12B5.2%5.2%
1
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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