+ Reply to Thread
Results 1 to 3 of 3

Highlight Duplicate Rows based on Value on 2 different Columns

  1. #1
    Registered User
    Join Date
    07-19-2004
    Posts
    18

    Highlight Duplicate Rows based on Value on 2 different Columns

    Hi,

    I have a more than 30000 rows in Sheet 1 and more than 1000 rows in Sheet 2. In Sheet 1, "Tracking ID" column I have some values and same values are in other sheet Say Sheet 2. I want to highlight all the rows in Sheet 1 based on values given in Sheet 2. Values given in Sheet 2 are duplicate of Sheet 1 values. I have attached sample Excel file for the reference.

    For example, in Sheet 2, if value is OD515 and it is found in Sheet 1 then that row should be highlighted.

    If this type of question is already asked, please redirect me to that link.

    Thanks,

    Suunil
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    07-14-2017
    Location
    Poland
    MS-Off Ver
    Office 2010
    Posts
    528

    Re: Highlight Duplicate Rows based on Value on 2 different Columns

    Use Conditional Formatting.
    1. Select all data in column D of sheet1.
    2. Home > Conditional Formatting > New Rule.
    3. In the New Formatting Rule dialog box, Use a formula to determine which cells to format.
    4. Type the formula: =COUNTIF(Sheet2!$A$2:$A$1000,$D2)
    5, Click Format --> Fill tab --> select yellow.
    6. Click OK.
    Best Regards,
    Maras.

  3. #3
    Registered User
    Join Date
    11-22-2018
    Location
    hyderabad
    MS-Off Ver
    2010
    Posts
    57

    Re: Highlight Duplicate Rows based on Value on 2 different Columns

    formula in conditional format

    =ISNUMBER(MATCH(D2,Sheet2!$A$2:$A$10,0))
    Attached Files Attached Files

+ 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. [SOLVED] Need to highlight entire rows when duplicate values found in two separate columns
    By terryhenderson in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-29-2018, 07:25 PM
  2. Replies: 2
    Last Post: 07-06-2017, 03:40 PM
  3. Highlight duplicate based on a different columns contents
    By spidervarient in forum Excel General
    Replies: 6
    Last Post: 05-08-2017, 03:49 PM
  4. highlight duplicate rows and delete based on highest value from column
    By adnan5586 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-10-2015, 02:05 AM
  5. [SOLVED] Highlight Duplicate Rows Based on Multiple Criteria
    By freybe06 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-15-2013, 09:39 AM
  6. Replies: 0
    Last Post: 07-22-2011, 12:11 PM
  7. Highlight rows based on Duplicate with conditions
    By ypnOz in forum Excel General
    Replies: 5
    Last Post: 12-28-2010, 09:50 AM

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