I have two drop-down lists: one depends on the other - this means that if I select a specific value from a list in A1, a specific list will appear in A2. It works great. However, when I change the value in A1, A2 remains in the cell until I click on the list - then my value in A2 will change depending on my choice.
For example, if list 1 contains ['Yes', 'No'], and the list contains Yes: [1,2,3] No: [4,5,6]. First, I select “Yes” for A1, and then I select 2 for A2. Then, if I select “No” for A1, “2” will remain in A2 until I actually click on A2 to select a new value (4,5,6). Is there a way to “clear” A2 as soon as I change the selection to A1?
Thanks!
mcfly source share