Forum Discussion
Dependent Drop Downs across multiple rows in a spreadsheet
If you can't get it to work: Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
- Jambo97Nov 02, 2024Copper Contributor
Sure, I can send a link because its in Office 365. It's just a silly project so no sensitive data either.
https://1drv.ms/x/c/065d04dd89e46872/EWEH9GHaAOxDn1IGlftc4SEB83Mz-7_0XJibHXLogNtOrw?e=ync9Pd
I have the "Class" column, which is working fine. But "Subclass", drawing from the table in the Values sheet, just doesn't do what I want it to do. It's only reading the first rows entry in the "Class" column.If it's the case that I have to do something more complicated than "INDIRECT" I'll just keep looking for other solutions.
- mathetesNov 02, 2024Silver Contributor
Here's yet another example of either two or three level deep "cascading data validation" methods.
- Riny_van_EekelenNov 02, 2024Platinum Contributor
Use =INDIRECT(B2) as the data validation 'rule' in C2 and copy it down. That should work just fine. See attached.
- Jambo97Nov 02, 2024Copper ContributorWhen you say "copy it down" what do you mean sorry? Is there way to automate the datavalidation? I thought it was applied on a cell-by-cell basis?