+ Reply to Thread
Results 1 to 3 of 3

Multiple Row selection through dropdown

  1. #1
    Registered User
    Join Date
    08-22-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    4

    Post Multiple Row selection through dropdown

    Hi everyone,

    I have an excel sheet in which column A is having Defect and column B is having category, column C consist of causes and column D consists of remedies.I need to have that when I select defect from dropdown 1 and category from dropdown2 , corrsponding cause and remedies will appear in dropdown for further selection.

    Please help me out!!


    Thanks & Regards
    Amandeep Singh
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Multiple Row selection through dropdown

    See here ...

    http://www.contextures.com/xlDataVal02.html

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Multiple Row selection through dropdown

    See attached.

    I have made a number of named ranges (See "Formulas" ==> "Name manager")

    There are two dynamic Named Ranges in " Master": "DV_Causes" and "DV_Remedies" which created based on the Selections in "Defect" Category"

    "DV_Causes"

    =IFERROR(INDEX($C$2:$C$13,SMALL(IF(($A$2:$A$13='Selection sheet'!$A$3)*($B$2:$B$13='Selection sheet'!$B$3),ROW($A$2:$A$13)-ROW($A$2)+1,""),ROWS($A$2:A2))),"")

    "DV_Remedies"

    =IFERROR(INDEX($D$2:$D$13,SMALL(IF(($A$2:$A$13='Selection sheet'!$A$3)*($B$2:$B$13='Selection sheet'!$B$3),ROW($A$2:$A$13)-ROW($A$2)+1,""),ROWS($A$2:A2))),"")

    The dropdowns use the same format in Data Validation:

    Allow: List

    Source: = NamedRange (as appropriate)
    Attached Files Attached Files

+ 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. Combobox Multiple Selection or Listbox Dropdown
    By mattydalton in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-29-2014, 11:30 AM
  2. Autopopulate multiple columns based on dropdown selection in far left column
    By tinaascoggins in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-02-2014, 12:29 PM
  3. Replies: 2
    Last Post: 08-11-2011, 01:32 AM
  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. Unhiding columns on multiple tabs dependent on selection of dropdown list in 1 tab
    By gazzz_tha1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-12-2011, 06:26 PM
  6. Multiple Selection from Dropdown
    By pakiyabhai in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-20-2010, 06:18 PM
  7. Return Multiple Values Based On Dropdown List Selection
    By tigabalm in forum Excel General
    Replies: 5
    Last Post: 04-01-2010, 07:36 PM
  8. [SOLVED] Allow selection of multiple values in dropdown list in excel
    By Nancy @ CHR in forum Excel General
    Replies: 2
    Last Post: 04-13-2006, 05:50 PM

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