+ Reply to Thread
Results 1 to 6 of 6

flagging duplicates within same column of data

  1. #1
    sramsey
    Guest

    flagging duplicates within same column of data

    Hello and thanks in advance for any response. I am a little rusty with my
    excel skills and was wondering if anyone could tell me a quick way to flag
    duplicates in the same column of data. I have 4 columns of data and need to
    flag say any duplicates within column C. I tried an advanced filter with
    checking the unique records only box but wasn't sure what to put in the list
    range or criteria range and ended up omitting records in columns A and C
    also. I REALLY need some refreshers...
    --
    sramsey

  2. #2
    Ron de Bruin
    Guest

    Re: flagging duplicates within same column of data

    Hi sramsey

    See
    http://www.cpearson.com/excel/duplicat.htm
    http://www.contextures.com/xladvfilter01.html#FilterUR

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "sramsey" <sramsey@discussions.microsoft.com> wrote in message news:31A56E38-6AE7-40E3-AABE-23E8989ED497@microsoft.com...
    > Hello and thanks in advance for any response. I am a little rusty with my
    > excel skills and was wondering if anyone could tell me a quick way to flag
    > duplicates in the same column of data. I have 4 columns of data and need to
    > flag say any duplicates within column C. I tried an advanced filter with
    > checking the unique records only box but wasn't sure what to put in the list
    > range or criteria range and ended up omitting records in columns A and C
    > also. I REALLY need some refreshers...
    > --
    > sramsey




  3. #3
    sramsey
    Guest

    Re: flagging duplicates within same column of data

    Thanks so much for your help...question, I was able to get 2 of the steps to
    work; the testing for duplicate entries and tagging of duplicate entries, (I
    was playing around testing them all) but couldn't get the (what appears to
    be) the most simple one to work; the highlighting duplicate entries...I have
    3 columns of data A1:A4823, B1:B4823, and C1:4589 and I just at this point
    want to highlight any duplicates just within column C...I followed the
    formula for the conditional formatting but no luck =IF(COUNTIF($C:$C,
    C2)>1,TRUE,FALSE) I'm sure it's something simple. Thank you!
    --
    sramsey


    "Ron de Bruin" wrote:

    > Hi sramsey
    >
    > See
    > http://www.cpearson.com/excel/duplicat.htm
    > http://www.contextures.com/xladvfilter01.html#FilterUR
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    > "sramsey" <sramsey@discussions.microsoft.com> wrote in message news:31A56E38-6AE7-40E3-AABE-23E8989ED497@microsoft.com...
    > > Hello and thanks in advance for any response. I am a little rusty with my
    > > excel skills and was wondering if anyone could tell me a quick way to flag
    > > duplicates in the same column of data. I have 4 columns of data and need to
    > > flag say any duplicates within column C. I tried an advanced filter with
    > > checking the unique records only box but wasn't sure what to put in the list
    > > range or criteria range and ended up omitting records in columns A and C
    > > also. I REALLY need some refreshers...
    > > --
    > > sramsey

    >
    >
    >


  4. #4
    Max
    Guest

    Re: flagging duplicates within same column of data

    "sramsey" wrote
    > .. want to highlight any duplicates just within column C

    ....I followed the formula for the conditional formatting
    > but no luck =IF(COUNTIF($C:$C, C2)>1,TRUE,FALSE) ..


    Select col C,
    then use as the Condition 1,
    Formula is: =COUNTIF($C$1:C1,C1)>1
    Format to taste and ok out

    The above will trigger the cond format in col C's cells
    containing duplicates (i.e. 2nd instances, 3rd instances, etc)

    Alternatively, we could also flag duplicates in col C
    in an adjacent empty col D (say) by putting in D1:
    =IF(C1="","",IF(COUNTIF($C$1:C1,C1)>1,"Dup",""))
    then just copy D1 down as far as required

    Col D will return "Dup" for duplicates found in col C
    (Can then use autofilter* on col D to filter out "Dup")
    *via: Data > Filter > Autofilter, with a new top row added
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---



  5. #5
    sramsey
    Guest

    Re: flagging duplicates within same column of data

    Beautiful! Thanks for the help!
    --
    sramsey


    "Max" wrote:

    > "sramsey" wrote
    > > .. want to highlight any duplicates just within column C

    > ....I followed the formula for the conditional formatting
    > > but no luck =IF(COUNTIF($C:$C, C2)>1,TRUE,FALSE) ..

    >
    > Select col C,
    > then use as the Condition 1,
    > Formula is: =COUNTIF($C$1:C1,C1)>1
    > Format to taste and ok out
    >
    > The above will trigger the cond format in col C's cells
    > containing duplicates (i.e. 2nd instances, 3rd instances, etc)
    >
    > Alternatively, we could also flag duplicates in col C
    > in an adjacent empty col D (say) by putting in D1:
    > =IF(C1="","",IF(COUNTIF($C$1:C1,C1)>1,"Dup",""))
    > then just copy D1 down as far as required
    >
    > Col D will return "Dup" for duplicates found in col C
    > (Can then use autofilter* on col D to filter out "Dup")
    > *via: Data > Filter > Autofilter, with a new top row added
    > --
    > Max
    > Singapore
    > http://savefile.com/projects/236895
    > xdemechanik
    > ---
    >
    >
    >


  6. #6
    Max
    Guest

    Re: flagging duplicates within same column of data

    You're welcome !
    Thanks for the feedback ..
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "sramsey" <sramsey@discussions.microsoft.com> wrote in message
    news:1278A54C-627B-4176-B36A-534FA19AEAA5@microsoft.com...
    > Beautiful! Thanks for the help!
    > --
    > sramsey




+ 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