+ Reply to Thread
Results 1 to 2 of 2

Compare two lists?

  1. #1
    Registered User
    Join Date
    09-23-2005
    Posts
    2

    Talking Compare two lists?

    Hi,

    Very simple question, I have two lists of people with one much longer than the other.

    I want to compare the lists and have an indicater to find out which names from the smaller list shows up on the larger list.

    thanks so much.

  2. #2
    Forum Contributor
    Join Date
    11-29-2005
    Posts
    142
    In the adjacent column,

    =IF(ISNA(MATCH(A1,$B$1:$B$20,0)),"",MATCH(A1,$B$1:$B$20,0)), where A1 is the name to look up and B1:B20 contains the list of names to match.

+ 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