R
Rick
I have a pivot table I created that basically counts items
so that I have am item name and count side by side after
the pivot table completes as below
Item1 24
Item2 15
Now my issue is that I want to count a secondary attribute
of these same items (say color for example) and express it
as a percent of the count already in the pivot table. I
have no problem getting the count but I can't seem to
figure out how to get the percentage part. I see options
to have the data as a % of the column or row, but not as a
percent of the existing count in the table. For example
the finished pivot table would be as follows assuming the
count of the secondary attribute was 6 for item1 and 5 for
item2:
Item1 24 25%
Item2 15 33%
Is there a way to do this in the pivot table or is this a
limitation ?
Many thanks in advance.
Rick
so that I have am item name and count side by side after
the pivot table completes as below
Item1 24
Item2 15
Now my issue is that I want to count a secondary attribute
of these same items (say color for example) and express it
as a percent of the count already in the pivot table. I
have no problem getting the count but I can't seem to
figure out how to get the percentage part. I see options
to have the data as a % of the column or row, but not as a
percent of the existing count in the table. For example
the finished pivot table would be as follows assuming the
count of the secondary attribute was 6 for item1 and 5 for
item2:
Item1 24 25%
Item2 15 33%
Is there a way to do this in the pivot table or is this a
limitation ?
Many thanks in advance.
Rick