+ Reply to Thread
Results 1 to 3 of 3

Need Data Validation or Formula to Force Entry of Data in .25 Increments

  1. #1
    Registered User
    Join Date
    07-11-2012
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2010
    Posts
    12

    Need Data Validation or Formula to Force Entry of Data in .25 Increments

    Is there a formula or data validation to force an data entry of numbers is .25 increments?

    Here is the setup: I have a column that is labled 'Hour Family Support'. The provider is required to bill for this service in 15 minute increments and I want to force them or notify them that they have to enter data in increments of .25. Data validation would be best, if possible so the user would get an error message. I need to say away from macros because of the unknown security requirements of the providers.

    Thanks!

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Need Data Validation or Formula to Force Entry of Data in .25 Increments

    Hi Sstravs,

    Assuming your data entry range is A1:A100, select those cells and then set the Data Validation for them to Custom, using the formula:

    =MOD(A1,0.25)=0

    If your data range differs, change A1 to the top-leftmost cell in that range.

  3. #3
    Registered User
    Join Date
    07-11-2012
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Need Data Validation or Formula to Force Entry of Data in .25 Increments

    THANK YOU! Worked perfectly.

+ 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