So, I have some cells that are data validated. The dropdown list, however, will be one of two lists, which change dynamically (it’s a range at the moment.). Alas, whenever the list changes, the old values of the list are left in place.
As you can see here, the cell has a value from one list, but another list available in the drop down.
Is there a way to get the cell to update automatically? Any method is acceptable.
I’d rather avoid macros, but I have basic programming skills if there is no other way.