+ Reply to Thread
Results 1 to 2 of 2

Exact rows, multiple sheets

  1. #1
    Registered User
    Join Date
    06-05-2005
    Posts
    1

    Exact rows, multiple sheets

    I need to compare two sheets one workbook. I need to know which rows are the same in Sheets1 and Sheets2 with 14 columns of information to compare? There are about 8000 rows in each sheet.

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    In sheet3, simply enter
    =IF(Sheet1!A1=Sheet2!A1,Sheet1!A1=Sheet2!A1,"")
    or
    =IF(Sheet1!A1=Sheet2!A1,Sheet1!A1,"")
    and copy to the lenght and breadth of sheet1

    This will put TRUE when there is a match, and a blank otherwise.
    The second formula puts the actual value instead of a TRUE.

    Mangesh

+ 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