Forum Discussion
Feargal
Sep 06, 2019Copper Contributor
pivot table average summary returns error
I'm creating a very simple analysis of attendance at my membership organisation meetings. We have a meeting register in excel with 3 columns: MeetingDate Person Category (member or visitor) So ...
Feargal
Sep 07, 2019Copper Contributor
Subodh_Tiwari_sktneer except that the total columns/rows do not total the names. They total the count. Effectively they say =sum(count(person))
what I would like them to say is =average(count(person))
is that not possible?
Subodh_Tiwari_sktneer
Sep 08, 2019Silver Contributor
You may try inserting a helper column in your data and fill that column with 1 and then drag that column into the Values area in the pivot table and change the Value Field Setting to show it as Avg and see if that resolved your purpose.