View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
evoxfan evoxfan is offline
external usenet poster
 
Posts: 65
Default Pivot Table Average Question

Try this pivot table layout:

Have your "Price" on the left side that determines your rows.
At the top for columns have you Labor, Material, and Loads.
In the data portion of the pivot table put your Amounts then format this to
show an average in the field settings. To get rid of the zero's skewing the
averages, you will have to go back and enter a small deciaml number or a one.

Hope this helps.

"Pierre" wrote:
I'm looking for a way to have an average of each column containing the
Material, Labor and Overhead; for THAT price field in column A. For
example:
Col A has 150.00 in it.
Col B contains 11 orders sold at that price and the order number is
displayed
Columns C-D-E have the cost data for that order.
There are multiple prices listed in column A, along with their orders,
and correcponding costs.
Can an average of the cost elements be obtained for each price?
TIA for your ideas.


Pierre- Hide quoted text -


- Show quoted text -

Thanks for your interest.
price ord num Date Closed LABR MATL LOAD
1000 233 11/02/2006 214 55 16
234 11/05/2006 200 41 10
269 12/6/2006 104 99 25
1775 125 1/2/2007 450 250 85
139 2/16/2008 650 66
145 5/21/2008 499 125 50
200 6/25/2008 800 160 66

Am looking to average the labor, material and load costs for each
price.

The average for labor on the 1000 price should read 173
The average for matl on the 1000 price should read 65
The average for load on the 1000 price should read 17


The average for labor on the 1775 price should read 600
The average for matl on the 1775 price should read 178
The average for load on the 1775 price should read 67

Note: The matl cost for order number 139 is zero, but zero should not
be included in the average.

Thanks for ideas.

Pierre