+ Reply to Thread
Results 1 to 6 of 6

Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

  1. #1
    Forum Contributor
    Join Date
    09-23-2015
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    187

    Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

    Hey guys noob here,

    I have a sample SpreadSheet that through help of a UserForm data will keep on get inputted and the list will get longer and longer. I would like to be able to use a Dropdown menu to filter the data by 'Provider'.

    I do not know the VBA behind getting the Spreadsheet to automatically filter the data and keep whatever is selected by the drop down. It is very straight forward if you look at the SampleSheet I provided.

    I appreciate any help I can get guys I went online and can't seem to figure it out still
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

    you have a named range called providerlist which is based off =Links!$A$2:$A$13
    you can make your drop down off this by making having your input range as "ProviderList"

    then you only need to maintain that named range?

    is your next question how to maintain providerlist list by itself so it automatically adds new provides you might add?
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor
    Join Date
    09-23-2015
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

    Quote Originally Posted by humdingaling View Post
    you have a named range called providerlist which is based off =Links!$A$2:$A$13
    you can make your drop down off this by making having your input range as "ProviderList"

    then you only need to maintain that named range?

    is your next question how to maintain providerlist list by itself so it automatically adds new provides you might add?
    I agree I can have a name ranged witht he provider list, this is no problem. The providers don't really change so it's really okay if it doesn't maintain itself I will manually update the list if I must...

    The real question is I do not know how to get the spread sheet to filter based on this selection in the Dropdown. I believe I will have to convert this all to a pivot table, this is not a problem. would you know how to do this?

  4. #4
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

    ok sorry i got put off with the label SORT by provider

    based on linked cell of your drop down B6
    this code only works with this macro being linked to the dropdown

    Please Login or Register  to view this content.
    view attached file to see the code in action
    i've also inserted a button to reset filter in case you need it
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    09-23-2015
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

    Quote Originally Posted by humdingaling View Post
    ok sorry i got put off with the label SORT by provider

    based on linked cell of your drop down B6
    this code only works with this macro being linked to the dropdown

    Please Login or Register  to view this content.
    view attached file to see the code in action
    i've also inserted a button to reset filter in case you need it
    Not all heroes wear capes. You sir saved my life. Thanks mate you made my day

  6. #6
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Filter Data with Dropdown menu selection [Easy Question for Most] pls help me !

    glad to be of assistance

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Excel Dropdown menu & Submenu selection
    By ch1253 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-27-2014, 01:01 PM
  2. [SOLVED] Data values dependent on selection from dropdown menu
    By atkelly in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-26-2014, 02:09 PM
  3. Quick and Easy Dependant Dropdown Userform Filter
    By Kyle123 in forum Tips and Tutorials
    Replies: 1
    Last Post: 10-31-2013, 05:14 AM
  4. [SOLVED] Dropdown menu selection
    By JamesFletcher in forum Excel General
    Replies: 2
    Last Post: 05-01-2013, 08:37 AM
  5. Easy Selection in Drop Down Menu
    By ferdsancheta in forum Excel General
    Replies: 2
    Last Post: 04-30-2013, 01:48 AM
  6. Replies: 1
    Last Post: 03-27-2013, 07:04 AM
  7. Sum data based on selection on dropdown menu
    By brama80 in forum Excel General
    Replies: 4
    Last Post: 05-02-2012, 08:01 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