Data Validation

H

Hardy03

In cell A1 users are required to enter either 0,1 or 2. Firstly how do I make
this cell only accept these values and secondly, if they enter 1 (not 0 or 2)
I need B1 to become a listbox, listing two options.
Can anyone help please
 
S

swatsp0p

What do you want to happen to B1 if, after the list box is created, th
user changes the value in A1 to either 0 or 2? Remove the list box
change the values or just leave it alone
 
Top