+ Reply to Thread
Results 1 to 2 of 2

find duplicates in excel

  1. #1
    Registered User
    Join Date
    07-01-2015
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    42

    find duplicates in excel

    Hi,

    I want a formula to find duplicate values between two columns. In the following example Anna & Anna2 are require to get same color.

    Col A Col B
    Anna Anna2
    Ann2 Anna3
    Anna Anna4
    Anna1 Anna3

    Thanks
    Anna

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,412

    Re: find duplicates in excel

    Highlight the data in column A (presumably starting from A1), then click on Conditional Formatting | New Rule | Use a formula... (from the bottom of the list), then put this formula in the dialogue box:

    =ISNUMBER(MATCH(A1,B:B,0))

    Click on the Format button | Fill tab and choose your colour, then click OK twice to exit the dialogue box.

    Now highlight the data in column B and repeat, using this formula:

    =ISNUMBER(MATCH(B1,A:A,0))

    Hope this helps.

    Pete

+ 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. Macro to find duplicates, concatenate cells, then delete old duplicates
    By givemepuppies in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-04-2016, 02:43 AM
  2. [SOLVED] Macro to find duplicates, concatenate Unique Values, then delete old duplicates
    By lesoies in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-17-2013, 04:32 PM
  3. Find Excel Duplicates
    By marsjanik1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2013, 04:13 PM
  4. Replies: 4
    Last Post: 08-27-2012, 11:08 PM
  5. Excel Can't Find Duplicates???
    By ilikeexcel in forum Excel General
    Replies: 4
    Last Post: 11-11-2011, 04:29 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