+ Reply to Thread
Results 1 to 6 of 6

Extract unique list of name in order from the larger from a table multiple columns

  1. #1
    Forum Contributor
    Join Date
    12-05-2015
    Location
    Albania
    MS-Off Ver
    2013
    Posts
    215

    Extract unique list of name in order from the larger from a table multiple columns

    Hello excel gurus I'm back
    this is a little screen shot from my very big sheet
    As you can see I need two formulas

    1) in E3 the list of unique names from the top player until the small player
    2) In F3 the count of times the name is displayed

    Thank you so much for yur help


    A
    B
    C
    D
    E
    F
    1
    Result
    2
    Joe Mikael Franz Name Times
    3
    Luis Joe Luis Luis
    4
    4
    Luis Joe
    3
    5
    Franz Franz
    2
    6
    Anna
    2
    7
    Anna Mike Joe Mikael
    1
    8
    Luis Anna Mike
    1

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Extract unique list of name in order from the larger from a table multiple columns

    Copy the data from columns A2:C8, 1 column at a time, and paste them all into column E, so that you have 1 column with 21 names (including blanks).

    Then use the 'Remove Duplicates' tool from the data tab on the excel ribbon.

    Delete the blank (shift cells up).

    Enter the count formula into F3

    =COUNTIF(A:C,E3)

  3. #3
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Extract unique list of name in order from the larger from a table multiple columns

    Use this CSE formula in E3, and drag down:

    =IFERROR(IFERROR(IFERROR(INDEX($A$2:$A$10,MATCH(0,COUNTIF($E$2:E2,$A$2:$A$10)+($A$2:$A$10=""),0)),INDEX($B$2:$B$10,MATCH(0,COUNTIF($E$2:E2,$B$2:$B$10)+($B$2:$B$10=""),0))),INDEX($C$2:$C$10,MATCH(0,COUNTIF($E$2:E2,$C$2:$C$10)+($C$2:$C$10=""),0))),"")

    and in F3 use this (normal) formula:

    =COUNTIF($A$2:$C$10,E3)

  4. #4
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Extract unique list of name in order from the larger from a table multiple columns

    double post

  5. #5
    Forum Contributor
    Join Date
    12-05-2015
    Location
    Albania
    MS-Off Ver
    2013
    Posts
    215

    Re: Extract unique list of name in order from the larger from a table multiple columns

    Thank you every body for the answer

    @jason I prefer a formula mathod

    @ Indy Your formula works but i prefer the unique list from the top name

    I'm thinking maybe is better helper columns? with al name and extract from larger number I'm confuse not sure
    Thank you for your help

  6. #6
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Extract unique list of name in order from the larger from a table multiple columns

    There are several methods suggested in this thread.

    http://www.excelforum.com/excel-form...le-column.html

    Are any of them acceptable?

+ 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. Extract unique values from multiple columns
    By potejam in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 12-16-2015, 08:26 PM
  2. [SOLVED] How to extract unique values from multiple columns in Excel?
    By chief_abound in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-16-2015, 02:45 AM
  3. [SOLVED] Extract unique data from multiple columns
    By gak67 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-09-2015, 10:51 PM
  4. Extract data from multiple columns, group and sum up unique values
    By Alcotraz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-05-2015, 06:54 PM
  5. Replies: 0
    Last Post: 06-03-2015, 01:33 PM
  6. [SOLVED] Extract unique values from a table and list along a row
    By doctorblyth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-05-2013, 04:33 PM
  7. [SOLVED] Extract Unique Values from Long list and Put in Sorted Order
    By snapfade in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 04-08-2013, 09:10 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