I have a sheet with a load of cells filled with dropdowns (same validation drop down in every cell) - the drop downs contain a list of names from a 'named range' and the cells are filled with a validation rule.
When the list of names is edited (the list is on another sheet) - I want to loop through the existing cells that were filled in and blank any cells with names that are no longer on the named range list (the data validation list), so that people know they need to be filled with nam,es currently on the list.
I can do the looping bit (I think) but I don't know how to compare the contents of the cell to the validation list.
Any help would be much appreciated.
Thanks
When the list of names is edited (the list is on another sheet) - I want to loop through the existing cells that were filled in and blank any cells with names that are no longer on the named range list (the data validation list), so that people know they need to be filled with nam,es currently on the list.
I can do the looping bit (I think) but I don't know how to compare the contents of the cell to the validation list.
Any help would be much appreciated.
Thanks
Last edited: