Results 1 to 11 of 11

Drop Down list dependent on 2 previous drop downs

Threaded View

  1. #1
    Registered User
    Join Date
    11-12-2018
    Location
    Tulsa, OK
    MS-Off Ver
    2016
    Posts
    10

    Drop Down list dependent on 2 previous drop downs

    I am trying to create a drop down list (without duplicates) that is based on 2 previous choices. Details of what is in workbook:

    - Report tab is where everything is shown
    - Dropdown tab is currently just a list of Product Names
    - Spec Data tab is where all the data for the Report is pulled from

    I have 2 named tables in the Name Manager for the drop downs for Spec Type and Test.

    Spec_Type:
    =OFFSET('Spec Data'!$A$1,MATCH(Report!$A3,'Spec Data'!$A:$A,0)-1,1,COUNTIF('Spec Data'!$A:$A,Report!$A3),1)

    Test:
    =OFFSET('Spec Data'!$B$1,MATCH(Report!$B3,'Spec Data'!$B:$B,0)-1,1,COUNTIF('Spec Data'!$B:$B,Report!$B3),1)

    Problems I have:
    - Both of these drop downs contain duplicates
    - Test drop down is only based on Spec Type
    - For instance Product=1, Spec Type=A, Test=Test4 does not exist, but Test4 does is exist for Product=1, Spec-Type=B
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Drop down dependent on previous filtered list - NOT SORTED ALPHABETICALLY
    By K Cooper in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-25-2018, 06:38 PM
  2. Drop Down List Dependent on Previous Drop Down List
    By matt87 in forum Excel General
    Replies: 2
    Last Post: 02-22-2018, 12:54 PM
  3. [SOLVED] Dependent Drop-Downs
    By Rustico18 in forum Excel General
    Replies: 5
    Last Post: 03-09-2017, 12:14 AM
  4. Initial default drop downs and dependent default drop downs
    By hudsone777 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-07-2016, 07:05 PM
  5. Drop down box dependent on previous drop down box input
    By Beltzer71 in forum Excel General
    Replies: 2
    Last Post: 09-29-2011, 06:12 AM
  6. Auto-update initial drop-down selection based on previous drop-downs
    By thornomad in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-16-2010, 09:55 AM
  7. Dependent drop downs.
    By Mattypb in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 11-16-2009, 08:47 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