+ Reply to Thread
Results 1 to 4 of 4

Data Validation Question

  1. #1
    Registered User
    Join Date
    02-13-2015
    Location
    uh
    MS-Off Ver
    2013
    Posts
    2

    Data Validation Question

    I am doing an assignment and I am being asked to use data validation to restrict a user from entering a value that is outside the range ">0" and "<=500".
    I have no idea how to accomplish this. I can't use the between option because then the user could type in 0. What other options are there?

  2. #2
    Registered User
    Join Date
    01-23-2014
    Location
    Romania
    MS-Off Ver
    Excel 2016
    Posts
    54

    Re: Data Validation Question

    In data validation, custom, write this formula:
    =AND(A1>0,A1<=500)

  3. #3
    Registered User
    Join Date
    10-28-2012
    Location
    Manila, Philippines
    MS-Off Ver
    MS Officel 2010
    Posts
    17

    Re: Data Validation Question

    Hi,

    On the toolbar select Data tab then click Data Validation. A window will appear, in the settings tab Validation criteria\Allow select Whole number; Data select between; Minimum: 0; Maximum: 500.

    Happy to be of assistance!

    Regards,


    Alex
    Regards,


    Alex

  4. #4
    Registered User
    Join Date
    02-13-2015
    Location
    uh
    MS-Off Ver
    2013
    Posts
    2

    Re: Data Validation Question

    Quote Originally Posted by tchock View Post
    In data validation, custom, write this formula:
    =AND(A1>0,A1<=500)
    I entered the formula, however, now I whenever I try typing something, the cell remains blank.
    EDIT: Ignore that haha. IT WORKED!! THANK YOU SO MUCH!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Data Validation Question
    By KDF in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-07-2014, 12:37 PM
  2. Data Validation Question
    By aresquare1 in forum Excel General
    Replies: 3
    Last Post: 06-05-2013, 11:38 AM
  3. Data Validation Question
    By cmk18 in forum Excel General
    Replies: 4
    Last Post: 10-07-2005, 03:05 PM
  4. Data Validation question
    By Jeff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2005, 02:05 PM

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