I need a cell to allow only a certain number to be entered such as a 2 or a 0.
J jbailey Aug 23, 2006 #1 I need a cell to allow only a certain number to be entered such as a 2 or a 0.
G Gord Dibben Aug 24, 2006 #4 How about DV and Custom =A1=2 Only the number 2 is valid entry for A1. Gord Dibben MS Excel MVP
G Gord Dibben Aug 24, 2006 #6 =OR(A1=0,(A1=2)) Gord How would I then tell it that either 0 or 2 are valid? Click to expand... Gord Dibben MS Excel MVP
=OR(A1=0,(A1=2)) Gord How would I then tell it that either 0 or 2 are valid? Click to expand... Gord Dibben MS Excel MVP
G Gord Dibben Aug 24, 2006 #8 I already posted this earlier in response to your post but here it is again. =OR(A1=0,(A1=2)) Gord