Hi,
I have the following fields which I would like to include in a PivotTable
- PartNumber
- Location
- Cost
Required PivotTable
Count Location GrandTotal
PartNumber Cost LocA LocB LocC Count Sum
PartNumber1 100 5 3 8 800
PartNumber2 200 4 6 10 2000
PartNumber3 300 1 2 3 900
Designing the PivotTable with GrandTotal(Count) is easy but does anyway know if it is possible to add to the PivotTable the GrandTotal(Sum)=GrandTotal(Count) x Cost
I have the following fields which I would like to include in a PivotTable
- PartNumber
- Location
- Cost
Required PivotTable
Count Location GrandTotal
PartNumber Cost LocA LocB LocC Count Sum
PartNumber1 100 5 3 8 800
PartNumber2 200 4 6 10 2000
PartNumber3 300 1 2 3 900
Designing the PivotTable with GrandTotal(Count) is easy but does anyway know if it is possible to add to the PivotTable the GrandTotal(Sum)=GrandTotal(Count) x Cost