+ Reply to Thread
Results 1 to 2 of 2

Data Validation based on 2 other data validations

  1. #1
    Registered User
    Join Date
    05-11-2019
    Location
    Leicester, England
    MS-Off Ver
    Office 365
    Posts
    52

    Data Validation based on 2 other data validations

    I can create 2 dropdown boxes so the second will only show data based on what was selected in the first dropdown by putting them in two lists etc

    I am trying to use 3 dropdown boxes in a row (A B and C) each one showing different data based on whats selected in the previous dropdown.
    The 3rd row (D) will then automatically display a result that can be edited.

    Im not sure if it would be easier using a userform, if thats the case i dont know how to link the dropdown boxes like in data validation.

    Any help on how i can make this happen would be much apreciated

    Thank You
    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: Data Validation based on 2 other data validations

    Unique lists for each Dropdown is needed.
    The easiest way is Pivot table.


    DV list for
    F2
    =OFFSET($J$2,,,COUNTA($J$2:$J$24))

    F4
    =OFFSET($M$1,MATCH(F2,$L$2:$L$24,),,COUNTIF($L$2:$L$24,F2))

    F6
    =OFFSET($Q$1,MATCH(F4,OFFSET($P$1,MATCH($F$2,$O$2:$O$24,),,20),)+MATCH($F$2,$O$2:$O$24,)-1,,COUNTIFS($O$2:$O$24,F2,$P$2:$P$24,F4))

    F8
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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. Replies: 1
    Last Post: 01-14-2018, 11:04 AM
  2. If statement based data validation? Dynamic data validation?
    By bjohnsonac in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-02-2014, 02:12 PM
  3. Multiple data validations based on user input?
    By lovepeacejordan in forum Excel General
    Replies: 3
    Last Post: 08-15-2014, 05:41 PM
  4. return data from table based on 3 dependant data validations
    By skayem in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-26-2014, 11:29 PM
  5. Multiple data validations for a data entry spreadsheet
    By VSK_NEW in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-07-2013, 07:06 AM
  6. Validations Based On Previous Validations
    By PhatPhil in forum Excel General
    Replies: 5
    Last Post: 11-16-2009, 04:19 AM
  7. Hide/unhide button based on data validations
    By Jazzy Max in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-08-2009, 10:00 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