+ Reply to Thread
Results 1 to 3 of 3

Preventing Duplicates While Entering Data in Excel 2007

  1. #1
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Preventing Duplicates While Entering Data in Excel 2007

    To prevent duplicates while entering data:

    1. Select a range of cells, for example, A2:A20.
    2. Select Data, Data Validation (in Data Tools Group).
    3. In Data Validation dialog box, select Settings, Allow, Custom.
    4. In the Formula box, enter the following formula:

    5. Select the Error Alert tab.
    6. In the Title box, enter: Duplicate Entry.
    7. In the Error message box, enter: The value you entered already appears in the list above.
    8. Click OK.

  2. #2
    Registered User
    Join Date
    06-12-2012
    Location
    Antartica
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Preventing Duplicates While Entering Data in Excel 2007

    where is the formula?

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Preventing Duplicates While Entering Data in Excel 2007

    The formula for this would be:

    =COUNTIF($A$2:$A$20,A2)=1
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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