Forum Discussion

Dominik1455's avatar
Dominik1455
Copper Contributor
Aug 12, 2020
Solved

Pull-down "Data Validation List Dropdown" Formula where source lists are horizontal

Hi,   I have this Excel Sheet from work, which has some tasks which we currently do manually. I hope there is a way to automate this with an excel formula.   There is a questionnaire in one tab, ...
  • mathetes's avatar
    mathetes
    Aug 12, 2020

    Dominik1455 

     

    Here's one solution. I suspect there are others.

     

    I've added a column (which should be hidden in actual use), Column C, on your tab of questions. It contains names that then are used in the data validation for Column D. That formula, in the Data Validation dialog box is =INDIRECT($C2) which can then be copied down to each question row. It thereby automatically is referring to a new "name" as the source for the specific list of answers pertaining to each question

     

    On the answers sheet, those same names have been put in the top row, and then are used as assigned names to the ranges of answers.

Resources