+ Reply to Thread
Results 1 to 3 of 3

Data Validation

  1. #1
    Registered User
    Join Date
    06-22-2005
    Posts
    2

    Data Validation

    I am trying to do some data entry error checking using the data validation custom box. I can't seem to get the syntax right. I want to allow entry if the value the data is <C8 or = "out of service". The Value of C8 is 35,000..Can anyone please help?

    Thanks,
    JC

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    See if this works for you (for cell A1):
    Data>Validation
    Allow: Custom
    Formula: =OR(A1<$C$8,A1="out of service")
    Click [OK]


    Does that do what you want?

    Ron

  3. #3
    Registered User
    Join Date
    06-22-2005
    Posts
    2

    Thanks Ron..works great ...nt

    Thanks Ron..works great

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1