Hello
I have a very large dataset of unique funds, their sector and size. I have to sum up all the values for each sector in each fund. There are a lot of different string values so I need to use VBA to search for each unique string and add their corresponding together and create the output in a format like the one I have attached.
How would I go about doing this without the use of specified fund and sector string values to look for?
I have a very large dataset of unique funds, their sector and size. I have to sum up all the values for each sector in each fund. There are a lot of different string values so I need to use VBA to search for each unique string and add their corresponding together and create the output in a format like the one I have attached.
How would I go about doing this without the use of specified fund and sector string values to look for?