+ Reply to Thread
Results 1 to 5 of 5

Extracting unique values (without using filters)

  1. #1
    Registered User
    Join Date
    06-28-2006
    Posts
    24

    Extracting unique values (without using filters)

    I have a column of alpha-numeric values, many of which are duplicates. I would like to extract (and will be placing in another sheet) all unique (see below for "uniqueness"):

    D123
    D456
    D302
    D123
    D123
    D678

    The "extraction" would yield:

    D123
    D456
    D302
    D678

    Thanks

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Extracting unique values (without using filters)

    Hi
    List being your range enter in C2
    =INDEX(List, MATCH(0, COUNTIF(C1:$C$1, List)+(COUNTIF(List, List)<>1), 0))
    and confirm the formula with Ctrl+Shift+Enter and pull down as needed

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,576

    Re: Extracting unique values (without using filters)

    or look here:

    http://www.excelforum.com/excel-gene...ed-filter.html

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Extracting unique values (without using filters)

    You could use this formula in C2 copied down

    =INDEX(A$1:A$6,MATCH(0,INDEX(COUNTIF(C$1:C1,A$1:A$6),0),0))
    Audere est facere

  5. #5
    Registered User
    Join Date
    06-28-2006
    Posts
    24

    Re: Extracting unique values (without using filters)

    Excellent. Thanks

+ 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