Sum minimum values in a pivot table

G

Guest

Scenario:
State: Vendor: Value:
CA ACME $100
CA Test $95
FL Vendor1 $86
FL Vendor2 $110

Trying to create a pivot table that will show the minimum value by state
then sum the entire amount for all minimum values.

So the Pivot outcome would be:
CA $95
FL $86
Grand Total $181

Using the Summary functions in the Pivot but it keeps on bringing back the
entire total and not just the minimum values.

Thanks in advance

ak
 
G

Guest

One way would be to change the field settings to MIN, remove the Grand Total
(under table options) since it will return the MIN of the displayed MIN
values and instead put a simple SUM formula where the Grand Total used to be

Regards,

Peo Sjoblom
 

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