Hi,
I am looking to do multi-column data validation. In short, we have 4 columns of data: Product Type, Gender, Style, Size.
Based upon selection of data in column 1, only certain data should show in column 2. Based upon selection in column 1 and 2, only certain values are available in column 3. And based upon selection of column 1,2,3, only certain options are available in column 4. We can map out all these options. We want to make it so the drop down / list of values / data validation only allows the user to choose valid values.
I can put all the data here as it is very exhaustive. But here are some examples:
1) Product Type - Tee is selected
2) Because Tee is selected, the following genders are available: mens, womens
3) User selects mens. Because Tee, Mens is selected, the following styles are available: basic, long, short
4) User selects basic. Because user selected Tee, Mens, Basic, the following sizes are available: S,M,L
Hopefully this makes sense. Look forward to hearing back on how to set this up.
Thanks
I am looking to do multi-column data validation. In short, we have 4 columns of data: Product Type, Gender, Style, Size.
Based upon selection of data in column 1, only certain data should show in column 2. Based upon selection in column 1 and 2, only certain values are available in column 3. And based upon selection of column 1,2,3, only certain options are available in column 4. We can map out all these options. We want to make it so the drop down / list of values / data validation only allows the user to choose valid values.
I can put all the data here as it is very exhaustive. But here are some examples:
1) Product Type - Tee is selected
2) Because Tee is selected, the following genders are available: mens, womens
3) User selects mens. Because Tee, Mens is selected, the following styles are available: basic, long, short
4) User selects basic. Because user selected Tee, Mens, Basic, the following sizes are available: S,M,L
Hopefully this makes sense. Look forward to hearing back on how to set this up.
Thanks