Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8081631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:47:43+00:00 2026-06-05T16:47:43+00:00

I have 2 lists in excel. First one is for searching (i want to

  • 0

I have 2 lists in excel. First one is for searching (i want to have dropboxes), and second list is for data.
In second list I have filtered data. But what I want to do now is filter from parameters given in first list.

How can I transfer filter headers on first page?

Search list and list with data

I want to select brand on ‘Search’ list and results will be filtered on ‘Rows’ list.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T16:47:45+00:00Added an answer on June 5, 2026 at 4:47 pm

    I can’t think of a way to do this exact thing without VBA. Certainly would love to know if there is a way, so maybe someone else can chime in.

    That said, here is a small VBA procedure that will get what you want. It works based off a change in the drop down box for Brand in your Search sheet. Follow steps below to implement:

    • once in Excel hit Ctrl + F11 on your keyboard. This opens up the VBE
    • In the Project – VBAProject window in the upper left click the Object referring to the Search sheet
    • Paste the below code into the big window on the right referring to that sheet.
    • Make sure to save the file as an .xlsm file (Excel-Macro Enabled File) if using XL2007 or greater.

      Private Sub Worksheet_Change(ByVal Target As Range)

      Dim wksFilter As Worksheet, wks As Worksheet
      Dim rngFilter As Range
      
      'replace "A6" with the cell where the Brand dropdown is
      If Target.Address = "$A$6" Then
      
          Set wks = Sheets(Target.Parent.Name)
          Set wksFilter = Sheets("Rows")
      
          'may need to adjust the number 1 to match the exact location of your Search Column in the rows sheet
          wksFilter.UsedRange.AutoFilter 1, wks.Range(Target.Address)
      
      End If
      

      End Sub

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a list of first and last names in Excel and I want
I have an excel spreadsheet with two columns, one with a list of exercises
Just some example code here, but I have lists of strings that I want
I have a list of datasets. Each dataset contains one month of some data.
I have two very large lists. They both were originally in excel, but the
I have one simple problem when trying to write List into the excel workbook.
I have a list of (many) employees in Excel/csv who take sick days, listed
I have the entire question list saved in Microsoft excel spreadsheet. I would like
I have 2 excel files: IDList.csv and Database.csv. IDList contains a list of 300
I have lists where strings correspond with values. For example, in a company list

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.