+ Reply to Thread
Results 1 to 6 of 6

Data Validation: How to create a drop down list that excludes duplicate data

  1. #1
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Data Validation: How to create a drop down list that excludes duplicate data

    Hi,

    I'd like to create a drop down list in data validation from a column of data that contains numerous duplicates.

    For example, let's say column A contained hundreds of transactions with either North, South, East and West, how could I create a drop down list in another cell that only had four selection options?

    Thanks in advance,

    Snook
    Last edited by The_Snook; 10-06-2013 at 05:04 PM.

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Data Validation: How to create a drop down list that excludes duplicate data

    Select Col A:
    Go to Data > Data Validation..


    In Setting tab.. Allow dropdown select "List"

    and in source section write,

    North, South, East, West,
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: Data Validation: How to create a drop down list that excludes duplicate data

    Hi,

    That was a basic example, the actual data i'll be working with is a number of different contract references which i'd rather not have to manually input.

    Regards,

    Snook

  4. #4
    Registered User
    Join Date
    07-26-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Data Validation: How to create a drop down list that excludes duplicate data

    Why dont u consider about taking the unique records to a different column using formula or pivot and use that colulmn for your data validation ?

  5. #5
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: Data Validation: How to create a drop down list that excludes duplicate data

    How would you do that using a formula?

  6. #6
    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: Data Validation: How to create a drop down list that excludes duplicate data

    To get unique values list you can formula below. Assuming your data locate in column A range A2:A100 enter formula in cell B2

    =INDEX($A$2:$A$100,MATCH(0,INDEX(COUNTIF($B$1:B1,$A$2:$A$100),0,0),0))
    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)

Similar Threads

  1. Replies: 2
    Last Post: 08-01-2013, 07:36 AM
  2. [SOLVED] Data validation only returns data from the drop down list but not when entered!
    By carlandtina02 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-23-2013, 08:04 AM
  3. Sorted data in drop list (data validation)
    By ONB in forum Excel General
    Replies: 4
    Last Post: 08-30-2012, 07:22 AM
  4. Replies: 0
    Last Post: 09-08-2011, 02:22 PM
  5. EXCEL: Dependant data validation drop down which excludes duplicates
    By Bakesy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-15-2011, 06:40 AM

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