Hi, I have a cell, say a1 which has the value "Validate". In cell a2 I want to include a data validation list ("yes,no") which is have named as Decision. Is there a way to include a drop down list only when cell a1="validate" and no list when a1 is blank. I tried IF(a1="Validate",Decision,""). This gives the yes,no option in a2 if a1=validate,and I am able to choose either yes or no. However my problem comes in when a1 changes to an empty cell, the last selected value remains in a2. is there a way when a1 is empty (ie blank) a2 is empty as well without any data validation.
Tks
Tks