View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steve Haack Steve Haack is offline
external usenet poster
 
Posts: 44
Default Pivot Table Question

I have a table in Access that I am importing into a PivotTable. The data has
4 Fields: Date, ComputrName, UserName, ProcessTime.

The database records represent the various times that it took for a specific
process to run, on various computers. Thus, there are multiple records for
each computer, each showing when the process was run, how long it took, and
who the logged on user was.

I have created a Pivot table, which reports this data in a way that allows
me to expand the ComputerName and see when the process was run (grouped by
Month and Qtr), etc. That all works fine. It gives me a subtotal by averaging
all of the times that the process was ran, on a monthly, qrtrly, and lifetime
basis.


What I would like to be able to is get the Monthly and Qrtrly averages on
the rows. So for example, the First Column would be ComputerName, column2
would be the average process time for the current month, the 3rd column would
be the average proceess time for the quarter, etc.

Is there some way to do that?

Thanks,
Steve