Thread
:
Cell - Y/N
View Single Post
04-26-2012, 01:52 AM
grizz
Windows XP
Office 2003
Novice
Join Date: Jan 2012
Posts: 28
highlight the column ( lets say column "A" )
go data / validation / custom
Code:
=AND(OR(A1="N",A1="Y"),LEN(A1)=1)
this will allow a Y or N in the column anything else will show error
grizz
View Public Profile
Find all posts by grizz