Pivot table data has the following structure: # Person A Quantity # ## Category X 10 ## ## Category Y 20 ## ## Category Z 25 ## # Person A Total 55 # # Person B # ## Category X 30 ## ## Category Y 15 ## ## Category Z 0 ## # Person B Total 45 # # Grand Total 100 #
Is it possible to have Grand Total in the structure shown below:
# Grand Total 100 #
## Category X 40 ##
## Category Y 35 ##
## Category Z 25 ##
Just grand totals by the values of second labels in pivot table rows.
Pic1 as it is now.
Pic2 as required.








