+ Reply to Thread
Results 1 to 5 of 5

Matching data

  1. #1
    LaserDance
    Guest

    Matching data

    Hi folks.

    In column A, I have a huge ammound of data. In column B I also have a big ammount of database. How can I compare the matching items in both and those who match to be displayed in the column C.
    *The data in A and B are not in the same order, I mean when I say "matching" it does not mean that the same data should be at one and the same row.

    Thanks
    Last edited by LaserDance; 10-21-2010 at 09:22 AM.

  2. #2
    LaserDance
    Guest

    Re: Matching data

    Nobody knows .... ?

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Matching data

    Use Conditional Formatting with the "Formula is" option.

    For the cell A2, the formula would be: =COUNTIF($B:$B,$A2)>0. Copy the format to the other cells in column A.

    Pick a format: bold text or red text or red background or whatever.

    Similarly for Column B: Cell B2 CF condition is =COUNTIF($A:$A,$B2)>0

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    LaserDance
    Guest

    Re: Matching data

    No, that is not what I want. I obviously didn't explain very well what I want. Here is an exampe:
    A1:WA458 B1:TR298
    A2:WM940 B2:WR509
    A3:WS208 B3:WM940
    A4:WR509 B4:QA666

    As you can see, only WM940 and WR509 match, even though they are not in the same row.
    I just need a formula showing me which items from column B do match with the same items in column A.

    Thanks

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Matching data

    Did you try to use the Conditional Formatting?

    Maybe not? No worries ... you could just use those formulae in columns C and D, for example.

    For example:

    Please Login or Register  to view this content.

    Regards

+ 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