Forum Discussion

Shawn French's avatar
Shawn French
Copper Contributor
Jan 28, 2019
Solved

Conditional Data Validation List Help

Hello!   In Cell K11, I have a drop-down list of exercises. In Cell L10, I want a dropdown list, referencing K11 found in another sheet "New Exercise List" (seen in below image) and return the cont...
  • IngeborgHawighorst's avatar
    Jan 28, 2019

    Hello,

     

    maybe it's just your data sample, but it looks to me as if the values in columns E to H are the same for all the different exercises.

     

    What you refer to is called dependent data validation. In essence, you need to create a named range called "Reverse_Lunge" and point it to E10:H10, the same for Split_Squat, Box_Squat, etc. 

     

    Then you can use an Indirect function in the data validation dialog, like

     

    =indirect(substitute(K11," ","_")

     

    This will take the text in K11, substitute all spaces for underscore characters and look for a named range with that name. 

     

    If you need more help setting this up, take a look ad Debra Dahlgliesh's tutorial. https://www.contextures.com/xlDataVal02.html

     

Resources