I have two sheets, both have a column that use data validation in Column G/#7, starting from row #8 and all the way down. I have to edit the data validation every once in a while and match the lists for both sheets. This can be annoying since it starts from row 8 down to row 1000+ and needs to be done for both sheets.
How do you make it so that you have a third sheet called "settings" where there will be a master list where in one column there will be a list of rows and for each row it takes the data and automatically updates the data validation list for both sheet one and sheet two?
e.g.
1 | Master List (Title)
2 | John Doe
3 | Jane Doe
4 | Steve Smith
5 | Stacy Smith
and it makes the data validation for column 7, row 8+ (all the way down) for BOTH Sheet 1 and Sheet 2 as such:
John Doe,Jane Doe,Steve Smith,Stacy Smith
And if a name is added, it adds it to the data validation list / updates the list. If a name is removed, it removes it from the data validation list.
-- Photo examples provided:
We have a column that uses data validation to list out items.
We also have a "master list" with all those items. If I update that "master list" I want the data validation to be updated so I don't have to go into the settings for data validation but only update my list since it is always changing so I can have an updated dropdown for that column.

