+ Reply to Thread
Results 1 to 3 of 3

Matching the values of 2 columns...problem

  1. #1
    Registered User
    Join Date
    10-29-2008
    Location
    usa
    Posts
    2

    Matching the values of 2 columns...problem

    Hello,

    I have to tell you that I am not even an Excel person. This is my first complex thing I ran into.

    I have an Excel worksheet with 2 columns. A & B.

    Column A has a list of over two thousand values. Column B has a list of about one thousand values. Column A is the longer one. Both columns are side by side.

    Both columns have numbers. The same numbers appear in both columns. but some numbers do not appear and there are some totally different numbers.

    Here is an actual screenshot of the columns:
    http://i389.photobucket.com/albums/o...va/Problem.png

    So, what I am trying to do is get at least one column to match with the other. If I can get column B to match with column A, it will be great.

    I want the B column to match with the A column according to the same numbers. the numbers that don't match or is missing can be left blank...in another column.

    I hope I made it clear. Please help me and if you have any questions, I will make it clear.

    thanks a lot!
    Last edited by sharkyshark; 10-29-2008 at 12:22 PM. Reason: Had to clarify something

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454
    Hi,

    If your data starts at A1, enter this into C1

    =INDEX(B:B,MATCH(A1,B:B,0))

    and copy it doen the whole length of data to produce a list of numbers that do match.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    10-29-2008
    Location
    usa
    Posts
    2
    Thank you very much sweep! That saves a lot of my time! Thank you once again!

+ 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