Thread
:
How do I get data validation to disallow specific entries
View Single Post
#
3
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
external usenet poster
Posts: 733
How do I get data validation to disallow specific entries
David Billigmeier wrote...
....
=NOT(OR(A1="text1",A1="text2"))
....
Shorter and more easily extensible as
=AND(A1<{"text1";"text2";...})
Reply With Quote
Harlan Grove
View Public Profile
Find all posts by Harlan Grove