Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Worksheets
Multiple condition data validation
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Ron Rosenfeld, post: 3866123"] You could use a formula for the validation: =OR(AND(ISNUMBER(A1),A1>=0),EXACT(A1,"n/a")) If you want to allow the n/a to be case insensitive, then try: =OR(AND(ISNUMBER(A1),A1>=0),A1="n/a") --ron [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Worksheets
Multiple condition data validation
Top