+ Reply to Thread
Results 1 to 4 of 4

data validation WITH MULTIPLE CRITERIA...need help!!!!!!

  1. #1
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    data validation WITH MULTIPLE CRITERIA...need help!!!!!!

    hello somebody,

    i would appreciated for assistance to figure out with my problem about data validation,

    Assuming/with criteria :

    1) The cells to validated are all in column B
    2) The contain of cells to validated :
    - all values is type "number" , must text length = 4 digits of number and prevent duplicate entry..
    3) The first cell is B3


    regards...
    m.susanto

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: data validation WITH MULTIPLE CRITERIA...need help!!!!!!

    so you want from 1000 to 9999 then?
    =AND(A1>=1000,A1<=9999,COUNTIF(A:A,A1)=1)
    Last edited by martindwilson; 08-30-2013 at 11:17 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: data validation WITH MULTIPLE CRITERIA...need help!!!!!!

    it's simple & quickly....

    thanks, Martin Wilson

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: data validation WITH MULTIPLE CRITERIA...need help!!!!!!

    ah i just thought someone might enter 1000.2
    =AND(A1>=1000,A1<=9999,COUNTIF(A:A,A1)=1,MOD(A1,1)=0)

+ 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. Replies: 0
    Last Post: 12-12-2011, 07:27 PM
  2. Custom data validation with multiple criteria
    By gteachman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2011, 01:06 PM
  3. Data Validation with multiple criteria
    By hedeyatch in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-11-2009, 02:00 AM
  4. Select Multiple Criteria via Data Validation
    By jcavigli in forum Excel General
    Replies: 2
    Last Post: 06-10-2008, 02:57 PM
  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