SimonSellick
Programmer
I have an Access app that creates an Excel sheet with data groups and collapses the detail so that just the summary rows show by default.
The users have asked to be able to sort the rows within a group, but the facility seems not to be available in my version of Excel (97).
Does anyone know whether later versions offer the facility, or can anyone think of another way to do it?
For example:
The users might want to sort within the group by score descending to get the highest ones at the top of each group. And they are likely to come back at some point and ask for the group headers to be sorted too!
Ther are actually two grouping levels, not just the one shown in the example.
Any ideas welcomed.
The users have asked to be able to sort the rows within a group, but the facility seems not to be available in my version of Excel (97).
Does anyone know whether later versions offer the facility, or can anyone think of another way to do it?
For example:
Code:
Group 1 score 12
- sg 1.1 4
- sg 1.2 8
Group 2 score 9
- sg 2.1 3
- sg 2.2 6
Ther are actually two grouping levels, not just the one shown in the example.
Any ideas welcomed.