How do I use a pivot table to get an average count?

G

Guest

I have a list of transactions with colum headers of Month, Date, Weekday,
Time and the transaction data. I would like to see the average number of
transaction per hour per day. Can this be done in a pivot table?
 
G

Guest

Hi, Jeff.
I am interested in a solution to a similar problem.

My PT:
RowFields: = "Customer"
ColumnFields: = "Date" (grouped by Month and Year)
PivotFields: = "Quantity"

I would like to have a column in place of the "Grand Totals" column which
will display "Monthly Average of Quantity" for each "Customer" over the
entire range of "Date." Something like "= quantity / ((max(date) - min(date))
* 30)"

I have perused Debra Dalgliesh's site and found many good ideas, but nothing
that helps with this problem.

Maybe someone can help us both.

Regards
/s/ te
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top