+ Reply to Thread
Results 1 to 3 of 3

VB to find Find Duplicate

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    VB to find Find Duplicate

    Hello:

    Please refer to attached file.
    Sheet "EmpInfo", Column G has lots of SS#, sample as shown.
    I need a VB Code so that as soon as I come to EmpInfo Sheet, it will check for
    duplicate SS# in Column G. If it finds dupliacte then it needs to highlight those with
    RED

    In this example it would need to highlight, Cell G2 and G3

    Let me know if you have any questions.
    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: VB to find Find Duplicate

    Hi
    Use conditional formating with the follwing formula
    Formula: copy to clipboard
    =COUNTIF(G2:G$20,G2)>1

    Adjust range (g2:g20) to your data
    See the file Duplicate.xlsx
    Last edited by José Augusto; 01-10-2016 at 08:19 AM. Reason: Append a file

  3. #3
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: VB to find Find Duplicate

    Hello Jose':

    Very good working solution.
    Thanks a lot
    Riz

+ 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. Replies: 9
    Last Post: 12-21-2014, 06:29 PM
  2. Replies: 9
    Last Post: 02-08-2012, 12:08 PM
  3. Replies: 1
    Last Post: 01-26-2012, 10:06 AM
  4. How to find duplicate entries, find which has the lowest value, and delete the rest?
    By John2810 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-05-2011, 06:39 AM
  5. Find duplicate
    By Davor ®upaniæ in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  6. Find duplicate
    By Davor ®upaniæ in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 05:05 AM
  7. Find duplicate
    By Davor ®upaniæ in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 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