+ Reply to Thread
Results 1 to 4 of 4

Comparing Duplicate Columns/Rows

  1. #1
    Registered User
    Join Date
    10-25-2011
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    3

    Comparing Duplicate Columns/Rows

    I've been searching on google to try to find an answer to my question, but still have had no luck.

    I have 2 spreadsheets.. Spreadsheet 1 is an gigantic list of names, addresses, phone numbers, etc.. Spreadsheet 2 is a very smaller list of names, addresses, etc..

    I want to compare both Spreadsheets based on first/last name and have it highlight any names that show up in both Spreadsheet 1 and 2.

    The way ive been trying is Conditional Formatting, which sort of works. What i think the problem is the first names are in one column and last names in another column and Excel is highlighting any duplicate, as opposed to highlighting just first and last name.

    Not sure if i explained this right, but this has been killing me all day. Any help would be awesome. Thanks

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Excel 2010. Comparing Duplicate Columns/Rows please help

    One quick & easy way is to add a column to the end of your data on each sheet. If the first name is in column A and the last name is in column B, then the formula in row 2 of this added column will look like this:

    =A2&"+"&B2

    This creates a sort of a key that combines first name and last name. Then you can match on that between the two sheets to do your formatting.

    There might be a way to do this with formulas that doesn't require adding more columns but I could have this implemented this before I could figure that out.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    10-25-2011
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010. Comparing Duplicate Columns/Rows please help

    I was actually thinking the same thing. I'm actually using

    =PROPER(B63226&" "&D63226)

    to keep the names properly formatted.

    Once ive done this though, that still leaves me having to find and highlight duplicate entries. Could i then use conditional formatting?

    thanks for the fast response

  4. #4
    Registered User
    Join Date
    10-25-2011
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010. Comparing Duplicate Columns/Rows please help

    hey man thanks that worked!

    i used what you told me to, then ran a duplicate removal in the FULL NAME column and it worked..thanks so much man..life saver

+ 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