Count and percentage of total on pivot table
Hi, I am trying to count my records and get a percentage against the total ie.
Team Blue Red Yellow All Color % Blue ofTotal Blue % Red of total Red %Team Yell of t. Yellow % All Color Total
_________________________________________________________________________________________________________________
James 1 2 3 6 1 / 4 * 100% = 25% (2/4) * 100% = 50% 3/6 * 100% = 50% 6/14*100%
Kyle 1 1 1 3 1 / 4 * 100 % = 25% (1/4) * 100% = 25% 1/6 * 100% = 17% 3/14*100%
Ed 2 1 2 5 2/ 4 * 100% = 50% (1/4) * 100% = 25% 2/6 * 100% = 33% 5/14*100%
________________________________
Total 4 4 6 14
I was able to do the first part under pivot table, but not able to do the percentage part - since it depends on the total.
Can anyone please help me with this ?
thanks