+ Reply to Thread
Results 1 to 5 of 5

Need a list that allows multiple Selection

  1. #1
    Registered User
    Join Date
    05-17-2012
    Location
    dubai
    MS-Off Ver
    Excel 2007
    Posts
    5

    Need a list that allows multiple Selection

    Hello,

    I have a list that uses an auto filter that I need to allow users to make multiple selections in.

    For example, I need to be able to select the finance and HR departments from the list in order for the autofilter to automatically pull in required information (salary, employee id, performance, etc).

    Can this be completed, and if so how? Does it require VBA?

    Thanks in advance for any help!

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Need a list that allows multiple Selection

    Autofilters allow multiple selections...

    Can you post your workbook, so we can see what you're trying to achieve?
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    05-17-2012
    Location
    dubai
    MS-Off Ver
    Excel 2007
    Posts
    5

    Post Re: Need a list that allows multiple Selection

    The auto filters are in cells b and C 3

    Thanks!
    Attached Files Attached Files

  4. #4
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Need a list that allows multiple Selection

    Okay, that's not an autofilter, that's a data validation list. There's no way of multi-selecting values in a data validation list.

    I'd suggest using listbox objects, with the MultiSelect property set to 'Multi'. Not sure what your code does (it's not in the attached file), but it would be easy enough to refer to the array of values multi-selected in the listbox(es), rather than in cells B3 & C3.

  5. #5
    Registered User
    Join Date
    05-17-2012
    Location
    dubai
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Need a list that allows multiple Selection

    Yikes.. It was a simple macro that used an auto to import data from the data sheet based off of the filters..

    Now i have to figure out how to do that with list boxes since the advanced auto filter function doesnt work with list boxes

+ 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. Make same selection for multiple drop down list and clear all for all dropdown list
    By salomip13 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2014, 01:34 PM
  2. Multiple selection from validation list in one box
    By MariaJensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-11-2013, 06:31 AM
  3. Multiple selection from drop down list
    By Dinny in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-16-2011, 11:12 PM
  4. Multiple Selection for a Dropdown List
    By awolf2011 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-29-2011, 08:55 PM
  5. Replies: 8
    Last Post: 07-02-2009, 07:13 PM

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