+ Reply to Thread
Results 1 to 3 of 3

Dependent Drop Down Lists

  1. #1
    Forum Contributor
    Join Date
    01-08-2013
    Location
    Goergia USA
    MS-Off Ver
    Excel 2007
    Posts
    102

    Dependent Drop Down Lists

    Hello everyone!

    I, once again, need your expertise.

    In the attached sample file, I am trying to create dependent drop down lists (in worksheet, REPORTNG) based on the data in worksheet, Mat Type List.

    So, what is chosen for MATERIAL, should determine the drop down options for SUBCATEGORY
    then, what is chosen for SUBCATEGORY, should determine the drop down options for MATERIAL TYPE.

    I initially tried using the left table in the Mat Type List worksheet, but my entries would contain blanks. So then I tried creating pivot tables which seemd to work okay. Problem is, I haven't figured out how the droption options for MATERIAL TYPE can be linked and dependent on chosen SUBCATEGORY.

    Thanks so much for your help. Any help would be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Dependent Drop Down Lists

    Set Pivot layout to Tabular and repeat all items

    Data validation list at
    A7
    ='Mat Type List'!$F$3:$F$16

    C7
    =OFFSET('Mat Type List'!$I$2,MATCH(A7,'Mat Type List'!$H$3:$H$100,),,COUNTIF('Mat Type List'!$H$3:$H$100,A7))

    E7
    =OFFSET('Mat Type List'!$N$2,MATCH(C7,'Mat Type List'!$M$3:$M$253,),,COUNTIF('Mat Type List'!$M$3:$M$253,C7))
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    01-08-2013
    Location
    Goergia USA
    MS-Off Ver
    Excel 2007
    Posts
    102

    Re: Dependent Drop Down Lists

    Thank you sooooo much! Exactly what I needed!

+ 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. Replies: 11
    Last Post: 10-08-2021, 04:55 AM
  2. Replies: 4
    Last Post: 01-27-2020, 09:32 AM
  3. [SOLVED] Clear up to three dependent drop down lists based on selection in superior drop down list
    By theletterh in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-04-2016, 09:31 PM
  4. Dependent drop down lists without creating unique named lists
    By pajordan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-11-2013, 12:20 PM
  5. [SOLVED] Column B drop down list with 2 options, columns C & E with dependent drop down lists
    By betic in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-26-2012, 03:47 PM
  6. [SOLVED] Dependent drop down lists
    By electrohead in forum Excel General
    Replies: 2
    Last Post: 07-17-2012, 02:45 AM
  7. Dependent Drop Down lists (multiple drop down)
    By jijy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-17-2007, 09:56 AM

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