Hi this is my first post so please be gentle. I have a large amount of data being exported from Access into Excel. Access reports exported into Excel don't behave nicely otherwise I would use that method. All the calculations are being done in Access due to complexity and size of the data involved. I need to have a user friendly way of drilling down the data hence grouping in Excel would be perfect if I could get it to work.
The data has a hierarchy as per the below:
State
Store
Category
Item
At a top level you would just see the states with all the data so you can compare performance. You would then click the plus in the state you wanted to analyse which would show all the stores in the state, then you would click on a store to show the categories and then click on the category to show the items in the category.
I can add a Group index if required as per the below (I have included the data format also if that helps).
There are a number of states with up to 100 stores in each state 10 categories and then 100 items per category - so a lot of data and hence a macro.
Any help would be greatly appreciated as I am tearing my hair out.
Group Description Data Format
1 State AA
2 Store 1
3 Sub category Text
4 Item 2222
4 Item 2223
3 Sub category Text A
4 Item 2225
4 Item 2226
3 Sub category Text B
4 Item 2228
4 Item 2229
3 Sub category Text C
4 Item 2231
4 Item 2232
2 Store 2
3 Sub category Text
4 Item 2222
4 Item 2223
3 Sub category Text A
4 Item 2225
4 Item 2226
3 Sub category Text B
4 Item 2228
4 Item 2229
3 Sub category Text C
4 Item 2231
4 Item 2232
1 State BB
2 Store 3
3 Sub category Text
4 Item 2222
4 Item 2223
3 Sub category Text A
4 Item 2225
4 Item 2226
3 Sub category Text B
4 Item 2228
4 Item 2229
3 Sub category Text C
4 Item 2231
4 Item 2232
2 Store 4
3 Sub category Text
4 Item 2222
4 Item 2223
3 Sub category Text A
4 Item 2225
4 Item 2226
3 Sub category Text B
4 Item 2228
4 Item 2229
3 Sub category Text C
4 Item 2231
4 Item 2232