+ Reply to Thread
Results 1 to 8 of 8

validation problem

Hybrid View

  1. #1
    Registered User
    Join Date
    01-10-2007
    Posts
    4

    validation problem

    I am currently using this :

    =COUNTIF($A$2:$A$20,A2)=1

    as the data validation for a row of I.D. numbers, I would also like to limit the entries to numerics only. (I haven't got a clue how the validation I am using works, google works amazing miracles for the ignorant.)

    Any help would be greatly appreciated, thanks in advance...

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Here's a link on Data Validation, this should help

    http://www.contextures.com/xlDataVal01.html

    http://www.contextures.com/xlDataVal08.html
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    01-10-2007
    Posts
    4
    Thanks for the links oldchippy, though I am sure they will be very useful for other things I may need. I cannot see anything on there that will help with my specific problem, nor can i find anything that will help me figure it out myself.

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Use Data Validation
    Custom
    in the Formula area
    =Isnumber(a1)
    HTH
    Carim


    Top Excel Links

  5. #5
    Registered User
    Join Date
    01-10-2007
    Posts
    4
    I am already using this in the custom :

    =COUNTIF($A$2:$A$20,A2)=1

    do i just add it too the end like so:

    =COUNTIF($A$2:$A$20,A2)=1=Isnumber(a1)

    I have absolutley no understanding of what the code means, please forgive my ignorance, this is the 1st time I have ever tried to do anything like this.

    P.S. Thanks again for the replies, really quick :>

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    I do not know your spreadsheet, but my guess is
    =And(COUNTIF($A$2:$A$20,A2)=1,Isnumber(A2))

+ 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