0

I need to do a combo options with condtional sub options in google spreadsheet. Here is an example of what I need to do.

enter image description here

If the option choosen in column A was "Option 1" then options available in column B must be 1, 2, 3 and 4 and If option 2 was choosen in column A then options 5, 6, 7 and 8 must be available in in the B cell of the same row.

Can you help me?

Rodrigo Rocha
  • 387
  • 1
  • 4
  • 14
  • Relates to this Q: http://stackoverflow.com/questions/21744547/how-do-you-do-dynamic-dependent-drop-downs-in-google-sheets – Max Makhrov Mar 16 '17 at 07:10

1 Answers1

0

I set up an example sheet to show one solution:

https://docs.google.com/spreadsheets/d/1yquke1pCponpEHjgZWCa7t8RyiWCAr1QR6VnYwJNSVw/edit?usp=sharing

Unfortunately the data validation in each row of Col B has to be adjusted manually so that the row number matches with Sheet2 though. For this reason it would be a pain to set up for a large number of rows.

I believe secondary validation can also be done by a script though so it may be worth searching one of those out

Chris Hick
  • 3,004
  • 1
  • 13
  • 15