+ Reply to Thread
Results 1 to 4 of 4

Filter two or more sheets with 1 action

  1. #1
    Registered User
    Join Date
    03-12-2024
    Location
    Bulgaria
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Question Filter two or more sheets with 1 action

    Hey, folks,

    I have an Excel file with 5 sheets.

    The second sheet (let's call it "B") has several columns. Column B is called ID.
    The third sheet (let's call it "C") also has several columns and column B is called ID.

    Both ID columns contain the same values but the rest contain different info.

    I'm applying a filter to the ID column of sheet "B". Let's say the value is "A1234"
    I'm doing the same thing in sheet "C".

    Regrettably, I can't add screenshots. Please check my signature.

    Is there a way to do the above with 1 action instead of 2?
    Last edited by ivaylos89; 06-06-2024 at 03:12 PM.
    screenshot: https://i.ibb.co/xY7DW8S/image.png

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,440

    Re: Filter two or more sheets with 1 action

    we don't want screenshots, we want a sample file.

    Fast answers need visual help. Please read the yellow banner at the top of this page on how to attach a file and a mocked up solution.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    03-12-2024
    Location
    Bulgaria
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Re: Filter two or more sheets with 1 action

    Financial Sample.xlsx

    Here is the file. As you can see in sheet A, I have filtered the country column by 'Canada'.
    What I want to achieve is to automatically filter the country column in sheet B, when I change it in sheet A.

    So when I select Canada in Sheet A, I want Canada to be filtered in sheet B.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,440

    Re: Filter two or more sheets with 1 action

    Pretty sure you'd need VBA for what you are asking.

    You could perhaps have a separate drop down box to select the country. Then use a Worksheet Change Event handler to monitor the drop down and filter both tables.

    I don't think you can do it natively.

    Do you need or have to have the data in two tables?

    Or, you could have a drop down for the countries and use FILTER on each of the tables and output to a third sheet - not quite combined but side by side. That wouldn't need VBA.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Filter action slow
    By deanblew in forum Excel General
    Replies: 6
    Last Post: 02-20-2019, 12:43 PM
  2. [SOLVED] VBA Error handling for a clear filter action
    By MissDB in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-06-2017, 07:29 AM
  3. Repeat the following action in ALL sheets
    By ammartino44 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-09-2014, 02:38 PM
  4. [SOLVED] loop action through all sheets in workbook skipping certain sheets
    By sawa85sa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-10-2013, 06:40 PM
  5. How to skip filter action if particular value is not found in record
    By shaikh_javed246 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-31-2012, 02:15 PM
  6. Perform action if filter is used
    By scifo in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-13-2010, 07:15 AM
  7. Incorrect Advanced Filter Action
    By Jasper in forum Excel General
    Replies: 2
    Last Post: 05-03-2005, 10:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1