Hi .
I've a data set in which there are data and Sub data and Sub data has a quanity against each line. The data is not in particular order and data will get added to the bottom of the list. I want to make a dash board like this :
The Data/Sub data need not be dynamic, can close for a particulat set of day. Pivot table can do this but the issues is there are lot of other data columns in between the Sub data & qty which is not required for this dash board.
Appreciate any help on this.
I've a data set in which there are data and Sub data and Sub data has a quanity against each line. The data is not in particular order and data will get added to the bottom of the list. I want to make a dash board like this :
Data | Sub data | Total of sub data |
A | A1 | 15 |
A2 | 1 | |
A3 | 33 | |
A4 | 55 | |
B | B1 | 41 |
B2 | 33 | |
B3 | 92 | |
C | C1 | 90 |
C2 | 50 |
The Data/Sub data need not be dynamic, can close for a particulat set of day. Pivot table can do this but the issues is there are lot of other data columns in between the Sub data & qty which is not required for this dash board.
Appreciate any help on this.