anationalacrobat
Technical User
My pivot table looks like this:
class jan feb march april
english 5 6 7 5
math 3 2 4 5
geography 4 6 2 8
I'd like to calculate average attendance.
Now the easy-peasy way is to just stick =average(range) to the right and highlight jan to april for that row. Of course, this will get overwritten the moment a may value is entered into the underlying data and a new column is required for the pivot table. So I'd like to do it the smart way.
I'm supposed to be able to put calculated fields in here but it seems like they only want to go for each month -- if I try to stick in an average of the attendance, I get an average of the attendance of the days within the month whereas I want it to be an average of the monthly totals.
I must be missing something obvious here. What is it? HALP!
class jan feb march april
english 5 6 7 5
math 3 2 4 5
geography 4 6 2 8
I'd like to calculate average attendance.
Now the easy-peasy way is to just stick =average(range) to the right and highlight jan to april for that row. Of course, this will get overwritten the moment a may value is entered into the underlying data and a new column is required for the pivot table. So I'd like to do it the smart way.
I'm supposed to be able to put calculated fields in here but it seems like they only want to go for each month -- if I try to stick in an average of the attendance, I get an average of the attendance of the days within the month whereas I want it to be an average of the monthly totals.
I must be missing something obvious here. What is it? HALP!