+ Reply to Thread
Results 1 to 1 of 1

Data validation with multiple criteria

  1. #1
    Registered User
    Join Date
    01-20-2012
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    2

    Data validation with multiple criteria

    I am trying to use data validation to check if the value entered into a cell is a multiple of 4 and is greater than 12. I have tried this formula below, but it gives me an error on any value entered. Any suggestions?

    =AND(INT($A$1/4)=$A$1/4,$A$1>12)

  2. #2
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: Data validation with multiple criteria

    One tinker ...
    =AND(MOD(A1,4)=0,A1>12)
    ----------------
    Yes? Hit the little star at the bottom left of my response

+ 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 with Multiple criteria
    By glawson in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-04-2013, 09:57 AM
  2. [SOLVED] data validation WITH MULTIPLE CRITERIA...need help!!!!!!
    By Jhon Mustofa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-30-2013, 01:15 PM
  3. Replies: 0
    Last Post: 12-12-2011, 07:27 PM
  4. Data Validation with multiple criteria
    By hedeyatch in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-11-2009, 02:00 AM
  5. [SOLVED] Multiple criteria in Data Validation
    By Amy Stein in forum Excel General
    Replies: 2
    Last Post: 04-06-2006, 01:10 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