Data Validation

  • Thread starter Thread starter john5079
  • Start date Start date
J

john5079

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

Thanks,
J
 
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?

Ro
 
Hi,
could you not use

validation > allow: whole number > between > 0 and 35000.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top