Apply Auto Filter in Sheet 1 to all other sheets

BiggusDoggus

Board Regular
Joined
Jul 7, 2014
Messages
91
Office Version
  1. 365
Platform
  1. Windows
Hi all

I have a workbook with multiple sheets.

In Sheet 1 there is only a list of Client Managers, which I want to filter on. All the other sheets with all the data have Client Managers in column K. The number of columns in the various sheets range up to a max of AZ.

So, if I filter on "Charlie Brown" in Sheet 1, I would like all the other sheets to be automatically filtered on Charlie Brown.

From what I can tell the only way to do this is via a VBA macro, therefore, I gather, the filter is applied in Sheet 1, a button needs to then be clicked to apply the filter to the other sheets.

I am a complete beginner with regards to VBA though. And the other scripts I have found online just don't work - I don't know how to modify them to fit my needs.

I would appreciate any assistance please! Including, for example, if all the data sheets have the Client Managers in column K, does the filtered list in Sheet 1 also need to be in column K?
 
Last edited:

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Normally when users ask for such a script they want all the filtered rows copied to a new sheet so they can see the results all on one sheet.

But you did not ask for that feature.

Take care.
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,595
Members
449,089
Latest member
Motoracer88

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