+ Reply to Thread
Results 1 to 3 of 3

Finding Duplicate Id in more than two rows in a sheet

  1. #1
    Registered User
    Join Date
    02-29-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    41

    Finding Duplicate Id in more than two rows in a sheet

    Hi,

    I have a data in which in each sheet i have to find whether The id that are mentioned are present in another row of the same sheet , if present more than once , they can be highlighted.

    I am attaching a sheet where month wise Id are mentioned , I want to know whether Id in one month is present in another month.

    Thanks in advance,


    Mayur

    SAMPLE.xlsx

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,352

    Re: Finding Duplicate Id in more than two rows in a sheet

    Hi mayurpatil,

    If you select the entire range of ID's and then do a Conditional Format on the range looking for Duplicates they will light up. See attached.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Finding Duplicate Id in more than two rows in a sheet

    You could try selecting cells B6:N466 and apply this conditional formatting formula:

    =COUNTIF($B$6:$N$466,B6)>1

    - Moo

+ 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