Robandemmy
Board Regular
- Joined
- Jul 16, 2018
- Messages
- 65
I have file that on a monthly basis I dump an extract into. That extract feeds pivot tables on 3 other sheets displaying the information at varying levels of detail.
I already have a VBA to auto refresh the tables when new information is added but I'd really like one that could auto filter the first row of the table based on a list.
For example:
One of the columns in the extract is called project number. In that extract there are ~100 project numbers with 100s of entries for each. I would like the pivot table to filter on project numbers 1, 5, 40, 65 and 80 based on a table I have created. That way I can easily change the values in the table to be reflected in the pivot tables.
Is this possible?
Thanks,
Rob
I already have a VBA to auto refresh the tables when new information is added but I'd really like one that could auto filter the first row of the table based on a list.
For example:
One of the columns in the extract is called project number. In that extract there are ~100 project numbers with 100s of entries for each. I would like the pivot table to filter on project numbers 1, 5, 40, 65 and 80 based on a table I have created. That way I can easily change the values in the table to be reflected in the pivot tables.
Is this possible?
Thanks,
Rob