pivot table question

daveyc18

Well-known Member
Joined
Feb 11, 2013
Messages
787
Office Version
  1. 365
  2. 2010
let's the pivot has accounts 1,2,3, but i exclude 2

it's next day the source data has a new account 4

i refresh the pivot (it's dynamic), will it include account 4 ?

another question. ..mwould there be any reason to clear any pivot filters then reapply the filters after refreshing?

reason i ask is I've seen VBA code do this (clear , reapply)...i thought a simply refresh would retain the filters (in this case exclude account 2) and capture any new data
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
exclude 2 - by selecting to show 1 and 3
Then when the new data is added , and refreshed - it will appear in the filter option
BUT
as only 1 and 3 are selected it will not show the new data on the pivot
thats how it works for me just now
 
Upvote 0
Is the filter field in the row or the report filter section ?
If it is in the row position you have options. Instead of unchecking the excluded code from a list use the Value (Numbers) or Label (Text) filter and select "Does Not Equal" or use one of the other options if you are knocking out a range of account numbers ie does not begin with 2 for text or Not Between for numbers
 
Upvote 0
Right-click the field, choose Field Settings, and make sure you check the option to include new items in manual filter:

1736763091886.png
 
Upvote 0

Forum statistics

Threads
1,225,482
Messages
6,185,262
Members
453,283
Latest member
Shortm88

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