excel - How to display subtotals for a main and sub category of a PivotTable? -


i have following data:

enter image description here

i want calculate occurrence of each color given shape.

using pivottables, got this:

enter image description here

however, output want:

enter image description here

how achieve in excel? possible using pivottable?

thanks!

solution: yes, is.

(1) structure selected fields this:

enter image description here

(2) right click "shape" in row labels , in "layout & print" tab, select "show item labels in tabular form".

enter image description here

result:

enter image description here


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -