Hello all,
I am trying to create a multi-level data validation structure so that the second validation list is populated based on what the user selects in the first list. So for example, if the first field was "Company", and the second field was "Products", then I'd like the "Products" to populate based on the user's selection of Company.
The Company drop-down is straightforward as I just have a validation list "=CompanyList" with a defined named range.
For data integrity purposes it is essential that the names in the CompanyList remain the way they are, including spaces and special characters. So I cannot create a different named range for each company name since named ranges cannot contain spaces.
Basically I would like to be able to put something into the validation list formula such as "=VLOOKUP(Company,ProductTable,2)" but this would return only one value, whereas I need to return a list of values?
Many thanks in advance![]()
Bookmarks