Pivot table on filtered data

Is there a way to run a pivot table on an Excel sheet that already has columns filtered?

Thus far, I've had to manually copy and paste the sheet into another sheet and then run a filter on that.

Is there an alternative way to do this sort of thing?

1

1 Answer

The Pivot Table will always pull the unfiltered data for its source.

You can cheat a bit by creating a Table from your Source sheet. Then as you add columns to your Pivot, they should bring the Table filtering that you've already done with them.

Also, you can then filter the data directly in the Pivot Table. Depending upon your data source, you could pre-filter the data before it gets to Excel. I do this fequently using SQL as a data source and writing a view that pre-filters data before importing.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like