I'm trying to create a summary table which identifies and sums data elsewhere in the same sheet according to two criteria.
In the data table:
Column A lists contains the names of a list of funds.
Column B details the asset class categorisation of each fund.
Column C details the strategy categorisation of each fund
Column D details the amount allocated to that fund
I would like to create a matrix (either within the same worksheet or on another sheet in the same document) where the asset class categorisations are shown in the left hand column, the strategy categorisations are listed along the row across the top, and the total amount allocated to each asset class and strategy is displayed within the table.
I've looked into a numerous ways it might be done (using SUMIF, INDEX-MATCH, SUMPRODUCT, etc and various combinations) but nothing I've tried has worked. I don't know VBA so I would really like to stick with a formula based answer if possible. Any assistance appreciated.
In the data table:
Column A lists contains the names of a list of funds.
Column B details the asset class categorisation of each fund.
Column C details the strategy categorisation of each fund
Column D details the amount allocated to that fund
I would like to create a matrix (either within the same worksheet or on another sheet in the same document) where the asset class categorisations are shown in the left hand column, the strategy categorisations are listed along the row across the top, and the total amount allocated to each asset class and strategy is displayed within the table.
I've looked into a numerous ways it might be done (using SUMIF, INDEX-MATCH, SUMPRODUCT, etc and various combinations) but nothing I've tried has worked. I don't know VBA so I would really like to stick with a formula based answer if possible. Any assistance appreciated.