Create a Pivot Table from Advanced Filtered Data

jvanbonn

Board Regular
Joined
Mar 11, 2011
Messages
71
Does anyone know how to create a Pivot Table from a data set that is Advanced Filtered & Dynamic? Ideally, I'd like the PT to be able to update every time the filtered data is updated.

Any thoughts or suggestions?

Can I Trigger a PT refresh from a Private Sub Worksheet_Change(ByVal Target As Range) where the Target is from a different worksheet?

Excel 2007
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Have a command button on the data worksheet trigger code to:
Delete the temp worksheet.
Delete the PT worksheet that was based on the temp worksheet.
Create a blank temp worksheet
Copy filtered (e.g. visible) data (including headers) to the temp worksheet
Create the pivot table from the temp worksheet.
Manipulate PT in the standard way.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,286
Members
452,902
Latest member
Knuddeluff

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