I'm trying to create a data validation list that dynamically adjusts based on the cell above it. The cell above will have the name of the tab that we want to get this list from, but the problem is the list has a different length in each tab. I know name manager and INDIRECT would help accessing the different tabs but how would I have the list increase or decrease in size dynamically? Would creating a table out of the list be enough?