Dynamic pivot sum

P

PFL

HI All:
Hoping that someone can help.

I created a pivot table for products(Page Field) that consist of
several different raw materials and their associated cost. For
exampleProduct A consist of 5 raw materials while Product B consist
of 7 raw materials while Product C consist of 8 raw materials but no
product consist of more thn 8 raw materials. I want to add the total
raw material cost Product A, B or C...Z) to Packing materials cost
(fixed) which is not part of the pivot table and is in a fixed row
below the pivot table. What dynamic sum formula can be used to Add
total raw materials for a particular product to packing material cost
 
D

Debra Dalgleish

You could use a GETPIVOTDATA formula to return the total from the pivot
table, and add that to the fixed cost. For example:
=GETPIVOTDATA("Total",$A$4)+B19

The functions arguments vary with the different Excel versions. There's
information in Excel's Help, and here:

http://www.contextures.com/xlPivot06.html
 

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