Just select the cells where you want this conditon. Go to Data,
and then in Data tab, go to data validation tab, in Data Tools, next to remove duplicate tab. Please select this, and in the emerging box, in the allow box, select custom, and in the formula box, just enter
=AND(OR(A1=0,A1=2,A1=4,A1=6,
A1=8,A1=10,A1="Na"),A1<>"")
I have started my cell from a1 in my example. You could select according to your choice and change the formula of your first cell selected in a range
and then click ok. you could do it
the formula is given in two lines. there should not be any break in the formula. This was given in two lines to avoid formula truncating. ok enjoy