+ Reply to Thread
Results 1 to 4 of 4

Quick method of comparing two columns and highlight differences

  1. #1
    Registered User
    Join Date
    04-22-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    94

    Quick method of comparing two columns and highlight differences

    I have two columns that i need to compare, each has over 900 entries, is there way i can compare the differences between the each column quickly?

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Quick method of comparing two columns and highlight differences

    Yes, but it depends on what kind of comparison you want.

    Do you want to compare row by row if they are the same?
    Or
    do you want to see if everything in column A is also in column B
    or
    Do you want to find the members of column A who have exactly 2 entries in column B
    or
    ?????
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Registered User
    Join Date
    04-22-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    94

    Re: Quick method of comparing two columns and highlight differences

    I want to highlight entries in both columns (if the entry occurs in both columns), if it doesn't leave it the same colour. I think i have it sorted though with a macro.

  4. #4
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Quick method of comparing two columns and highlight differences

    Try conditional formatting.
    Select B1 and use the formula =ISNUMBER(MATCH(B1, $A:$A, 0)) and copy the formatting to the rest of the cells of column B. Repeat the process with an altered formula for column A

    This will highlight cells that are in both columns.

+ 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