+ Reply to Thread
Results 1 to 2 of 2

Data validation

  1. #1
    Registered User
    Join Date
    01-01-2005
    MS-Off Ver
    2007
    Posts
    368

    Data validation

    Hi.

    I need to do some data validation in a range of cells ( ex:A1;B1 and C1)

    1 - Only numbers are allowed
    2 - Prevent duplicate numbers

    Best regards,
    Elio

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792
    Try this

    Select A1:C1 with A1 active cell

    Data > Validation > Allow > Custom

    and apply this formula

    =ISNUMBER(A1)*COUNTIF($A1:$C1,A1)=1

+ 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