+ Reply to Thread
Results 1 to 4 of 4

Data validation drop down select all option

  1. #1
    Registered User
    Join Date
    01-02-2015
    Location
    Washington, DC
    MS-Off Ver
    2013
    Posts
    6

    Data validation drop down select all option

    I have a workbook with a few data validation drop down boxes (based on named ranges and using indirect function in a few of them). I am trying to add an option to "Select All" in some of the drop down boxes rather than only having the option to select one at a time.

    Any help is appreciated. I have attached a sample workbook. Thanks!DropDownSelectAll.xlsx

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Data validation drop down select all option

    Hi,

    The data validation functionality only records one value in a cell. If you are using the validation as a criteria for some filtering functionality then what I usually do is include an item 'All' in the list of validation options, then in the criteria cell which would normally link directly to the validation cell enter

    =IF(validation_cell_ref="All","*",validation_cell_ref)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    01-02-2015
    Location
    Washington, DC
    MS-Off Ver
    2013
    Posts
    6

    Re: Data validation drop down select all option

    Here is the thing, I need an option to select all for 3 of 4 of the rows (in the sample workbook I shared). I do not want the "All" option for the first filter (Region), but because I am using =indirect on the next three filters I don't see a way to work around this.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Data validation drop down select all option

    Create a name for "ALL" and define it as a single cell that has all the values in it that you want to show. Use the Indirect function that you are used to [ =indirect(ALL) ] and the contents of ALL will be dumped into the single cell. I don't know how you want to use this but that is one way of accomplishing your goal.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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. Need help on Drop down list from data validation depends upon first value select
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-20-2013, 06:09 PM
  2. VBA script to select option in data validation based on another cell value
    By elcamno in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-12-2013, 08:54 PM
  3. Replies: 1
    Last Post: 06-19-2013, 07:02 PM
  4. Replies: 1
    Last Post: 07-10-2012, 05:16 AM
  5. Can only select a drop down option once
    By davidstokes in forum Excel General
    Replies: 27
    Last Post: 02-22-2012, 09:55 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