Pivot Table - How to Filter on Value Fields

emzon

New Member
Joined
Mar 25, 2017
Messages
3
Hi,

How to filter on value fields?

I have this Pivot table and want to filter out ‘Sum of Amt’ below 100.
Is this possible without introduce a new column with SumOfCust in the data table? (It’s a very large table..)


Code:
 [SIZE=2][FONT=lucida console]
[/FONT][FONT=lucida console]   Data Table:             Pivot Table:        
                                               
    Date Cust Grp Amt       [B]Labels  Sum of Amt  [/B]
    1    C1   A    10       A                   
    1    C2   B    30         C1            90  <= filter out  
    1    C3   B   654         C4           476  
    1    C4   A   456       B                   
    2    C2   B   789         C2           819  
    2    C3   B    10         C3           664  
    3    C1   A    80                           
    3    C4   A    20       [B]Grand Total   2049             [/B]
[/FONT][/SIZE]


Regards,
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,215,350
Messages
6,124,430
Members
449,158
Latest member
burk0007

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top