+ Reply to Thread
Results 1 to 4 of 4

LISTS! identifying unique values in multiple lists

  1. #1
    Registered User
    Join Date
    11-26-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    18

    Lightbulb LISTS! identifying unique values in multiple lists

    I have five lists of names, all roughly around 1000 rows long. A lot of the names are duplicates that can be found on more than one list.

    I want to create a separate column beside each name that will identify which other lists they appear in.

    For example

    LIST 1
    Column A Column B
    James 1
    Paul 1, 3
    Mary 1,2,3,4,5


    this would mean that James only appears in List 1, and is not found on any of the other lists. Paul, however, can be found on List 1 and 3. Mary appears in all 5 lists.

    Any help would be MUCH APPRECIATED!!!

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: LISTS! identifying unique values in multiple lists

    Hi

    Where are the lists? Same sheet? Different sheets in same workbook? Beside each other? Below each other?

    rylo

  3. #3
    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
    52,926

    Re: LISTS! identifying unique values in multiple lists

    you could do this with a few nested if()'s and vlookup() or countif()'s

    I would need to see a sample of the lists to give a better suggestion
    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

  4. #4
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: LISTS! identifying unique values in multiple lists

    Suggest vlookup, to find match "name".
    or match(), if you want know which row.

    If there is repeated name at same file/list, suggest use countif() or pivot table to find it out.
    Hope it help.

+ 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