I am looking to create named ranges to make linked data validation. But the names that I must have seem to be reserved. I must name the ranges L5, L6, L7, etc. Is there a way around the reserved name?
Here are my lists
I am looking to create linked drop-down lists. If the user selects L5 for a line, I want the drop down for machines to show the L5 machines, similarly for L6 and L7.
Here is where the lists should be shown.
I was going to use INDIRECT in the Data Validation for this. So I would have the range Lists!$E$2:$E$4 for the data validation list in column E the Data sheet. Then I would have INDIRECT(E6) to only show the named range L5 or L6 or L7. But Excel does not like these names. What is a way around this?