I'm not sure what I'm exactly looking for or how to search for it. Basically i have a macro which is looking at a column and splitting out by sheets for that column. This macro also sums a column after it is split out. But now I want to add another layer where it still splits by the specific column and still does the sum of all columns after split but I want to add to another sheet that I'm copying over that has totals (H) by funding (f). So for example, here is the split sheet
Column H | Column T
123456 | 0.00
123456 | 0.00
123456 | 0.00
123456 | 5.23
123456 | 6.45
123344 | 0.00
123344 | 3.00
123344 | 5.00
123344 | 0.00
123355 | 1.00
123355 | 3.00
123355 | 4.10
So basically on this new sheet
it would have these values
Funding (A) | Total (B) | Description (C)
123456 | 11.68 | March21 totals
123344 | 8.00 | March21 totals
123355 | 8.10 | March21 totals
Not sure what to call this. I would like to include in the main macro.
Bookmarks