+ Reply to Thread
Results 1 to 2 of 2

Comparing Rows in Two Different Sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    07-10-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2010
    Posts
    6

    Comparing Rows in Two Different Sheets

    Hello,

    I have two sheets of similar data in a workbook. The data is formatted into rows with data in each row separated into 10 columns. The rows are jumbled in sheet 2 and are user inputted. What I want to do is to take a row from sheet 2 which should match a row exactly in sheet 1 and format that row in sheet 2 green if it has an exact match in sheet 1. Is there a formula in Excel that allows me to do this. I would do Conditional Formatting, but I dont believe it can take an entire row as an entry. Any help or guidance on this would be great.

    Thank you for your time.

    EG6791

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Comparing Rows in Two Different Sheets

    Perhaps the simplest way is to create two helper columns, one in each sheet and use them to concatenate the other 10 cells on a row. e.g. =A1&B1&C1...J1

    Then in sheet 2, and assuming the helper column in both sheets is say K, in L1 enter
    Formula: copy to clipboard
    =MATCH(K1,Sheet1!K:K,False)


    Drag this down your whole list and then filter for the #N/A values which indicate that no match has been found. Then select the filtered rows and format the background colour as appropriate.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Comparing rows between two sheets
    By SpaceShuttle in forum Excel General
    Replies: 3
    Last Post: 05-28-2012, 06:21 PM
  2. Comparing rows of two different sheets
    By rdubya in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-16-2012, 02:13 PM
  3. Comparing rows in two sheets
    By Carlsbergen in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-07-2009, 06:24 AM
  4. comparing and copying multiple rows on 2 sheets
    By Miranda82 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-18-2007, 04:01 PM
  5. Comparing data between sheets, and copying rows with data
    By Fleone in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-02-2006, 02:00 PM

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