I have a pivot table that is drawn from data in a spreadsheet that will be set up with a conenction to a data source and be refreshed every so often. There are a few columns of formulas on the right hand side of the refreshable data that include =weekday, =month,=choose(A2,"Sunday",Monday".... etc to give me some of the fields used in the pivot. The pivot table has Month Name and Day Name, (March and Sunday for example), in the Rows, Weeknumber in the columns, and count of transactions in the values.
What I want is to have a summary below the pivot table that gives me the average of transactions by weekday and the % of total by weekday. This summary will feed 2 graphs on seperate workbook tabs. It should look like this:
Day Rx's %
Sunday 5144 5.9%
Monday 17282 18.8%
Tuesday 15713 17.7%
Wednesday 15885 18.2%
Thursday 15301 19.4%
Friday 13155 15.2%
Saturday 4157 4.8%
Right now the formulas for these are =Average(cell1,cell2,cell3...) but as the pivot table is refreshed and expanded the formulas won't grow to accomidate the added data.
I was trying to do a "=average(count(index(match" type of formula but I got lost. Please help....
I tried to upload a .zip "example" file but I kept getting "upload of file failed". It is well below the 9MB size limit.
Bookmarks