+ Reply to Thread
Results 1 to 9 of 9

Extract unique values from range

Hybrid View

  1. #1
    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: Extract unique values from range

    Try to use formula
    Enter in B2 and copy down
    Formula: copy to clipboard
    =IFERROR(INDEX(A$2:A$9,MATCH(0,INDEX(COUNTIF(B$1:B1,A$2:A$9),,),)),"")

    v A B
    1
    2 SS17 SS17
    3 SS17 SS18
    4 SS17 SS19
    5 SS18
    6 SS18
    7 SS18
    8 SS19
    9 SS19
    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

  2. #2
    Forum Contributor
    Join Date
    03-23-2015
    Location
    Manila, Philippines
    MS-Off Ver
    2016
    Posts
    201

    Re: Extract unique values from range

    Quote Originally Posted by AlKey View Post
    Try to use formula
    Enter in B2 and copy down
    Formula: copy to clipboard
    =IFERROR(INDEX(A$2:A$9,MATCH(0,INDEX(COUNTIF(B$1:B1,A$2:A$9),,),)),"")

    v A B
    1
    2 SS17 SS17
    3 SS17 SS18
    4 SS17 SS19
    5 SS18
    6 SS18
    7 SS18
    8 SS19
    9 SS19

    *deleted.. apologies
    Last edited by EXCELBENCH; 09-30-2018 at 12:24 PM.

+ 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: 11
    Last Post: 10-27-2016, 07:33 PM
  2. [SOLVED] Extract Unique values in range
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-08-2014, 06:39 AM
  3. Replies: 2
    Last Post: 02-13-2013, 03:14 PM
  4. Replies: 3
    Last Post: 11-24-2011, 06:11 AM
  5. Replies: 3
    Last Post: 09-20-2011, 05:05 PM
  6. Extract Unique Values, Then Extract Again to Remove Suffixes
    By Karl Burrows in forum Excel General
    Replies: 23
    Last Post: 06-25-2005, 08:05 PM

Tags for this Thread

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