Results 1 to 1 of 1

Highlight Duplicates between Sheet1 and Sheet2, ignoring duplicates already in Sheet1

Threaded View

  1. #1
    Registered User
    Join Date
    04-04-2019
    Location
    Istanbul
    MS-Off Ver
    MS Office 365 ProPlus
    Posts
    1

    Highlight Duplicates between Sheet1 and Sheet2, ignoring duplicates already in Sheet1

    I have been searching for a formula how I can highlight duplicate data between two different worksheets but ignoring duplicates on one of the worksheets. I have tried a few formulas and macros but not getting the results I want. Hoping someone here is able to help.

    For a better understanding, I have a database which has multiple worksheets (eg. sheet1, sheet2, etc...), in the first worksheet it has 10k+ rows, and multiple columns with different kinds of data, lets call this worksheet "Sheet1". The other worksheets are not really important. I will create a new worksheet and give it a name, then I will copy and paste some data into this worksheet which will expand across several columns and rows, lets call this worksheet "Sheet2". In Sheet1 I want to focus only on column "I" and in Sheet2 I will want to look at columns A thru Z (or entire worksheet).

    I am looking for a way to highlight duplicates between Sheet1 and Sheet2, but I do not want to highlight duplicates already in Sheet1 column I, just highlighting the duplicates found in Sheet2. Then highlight those in Sheet2 that were found to be duplicates.

    Edit*
    Solved with these formulas
    =COUNTIF(Sheet1!$A:$Z,$I1)
    =COUNTIF(Sheet1!$I:$I,sheet2!A1)
    Last edited by KariSaga; 04-04-2019 at 09:34 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. extractin data from sheet1 into sheet2+adding&deleting rows in sheet1
    By xxl2953 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-18-2016, 05:05 AM
  2. Move Duplicates from Sheet1 to Sheet2
    By Peep_Show_Fan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-27-2015, 06:08 AM
  3. [SOLVED] A macro which pulls the data from sheet2 to sheet1 basis of scenarios selected in sheet1
    By Manish_Gupta in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2015, 01:46 PM
  4. Copy row from Sheet1 to Sheet2 when cell = Yes w/o duplicates
    By acard0521 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-02-2014, 03:29 PM
  5. Replies: 6
    Last Post: 07-25-2013, 02:58 PM
  6. Replies: 3
    Last Post: 06-06-2012, 05:36 AM
  7. Replies: 14
    Last Post: 09-06-2005, 03:05 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