+ Reply to Thread
Results 1 to 4 of 4

pulling a unique list from duplicates

  1. #1
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    pulling a unique list from duplicates

    Hello Forum

    I have a WB in which i keep compliance issues... column A has a list of employees, 1 for each issue (many duplicates)

    I would like to implement an auto list of 1 of each employee from this duplicate list.

    im horrible at explaining lol, but the attached should clear it up

    Any help is greatly appreciated
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: pulling a unique list from duplicates

    For the Names...
    K5=IFERROR(INDEX($A$1:$A$48,MATCH(0,INDEX(COUNTIF($K$4:K4,$A$1:$A$48),),0)),"")
    copied down (adjust the ranges as needed)

    You already have the countif() worked out

    And your explanation was good, btw
    Last edited by FDibbins; 12-30-2015 at 06:45 PM.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor keith740's Avatar
    Join Date
    04-24-2015
    Location
    Racine, Ohio
    MS-Off Ver
    MS365
    Posts
    241

    Re: pulling a unique list from duplicates

    Works Perfect... TY again FDibbins!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: pulling a unique list from duplicates

    Happy to help, thanks for the feedback

+ 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. Pulling a list of unique values from multiple sheets
    By Azn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-21-2015, 02:50 PM
  2. Pulling unique list based on items in first column
    By harryS81 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-07-2014, 05:18 AM
  3. List of unique text values from a list with duplicates
    By canoeron in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 03-11-2014, 11:27 PM
  4. Replies: 1
    Last Post: 04-19-2013, 02:25 AM
  5. Pulling unique data from a list
    By boll55 in forum Excel General
    Replies: 1
    Last Post: 04-15-2013, 11:45 AM
  6. Random list pulling in duplicates
    By robnamyk in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-26-2012, 07:56 PM
  7. Pulling Unique Data from a List
    By sabunabu in forum Excel General
    Replies: 2
    Last Post: 10-29-2007, 05:13 PM

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