Posts by prabhu.c

    Re: Segregating/displaying duplicates


    its working fine thanks a lot




    Re: Segregating/displaying duplicates


    Thanks for your reply.
    I have "x" values in a column among which "y" may be duplicates. i need to check for duplicates and display the duplicates in another column.
    With above code first data is compared to all other data, but i need the loop so 2nd 3rd data etc also compared to entire column of data.
    Hope I explained to you now.


    Thanks and regards,
    Prabhu.C

    Hi,


    I have tried to modify the delete duplicate code to segregate/display code. the problem is, once a first loop is over it isn't returning as required.


    inputs used
    [TABLE="width: 64"]

    [tr]


    [TD="width: 64"]aa[/TD]

    [/tr]


    [tr]


    [td]

    mu

    [/td]


    [/tr]


    [tr]


    [td]

    aa

    [/td]


    [/tr]


    [tr]


    [td]

    gf

    [/td]


    [/tr]


    [tr]


    [td]

    gh

    [/td]


    [/tr]


    [tr]


    [td]

    ac

    [/td]


    [/tr]


    [tr]


    [td]

    uy

    [/td]


    [/tr]


    [tr]


    [td]

    ad

    [/td]


    [/tr]


    [tr]


    [td]

    re

    [/td]


    [/tr]


    [tr]


    [td]

    aa

    [/td]


    [/tr]


    [tr]


    [td]

    mu


    output: aa aa

    [/td]


    [/tr]


    [/TABLE]



    Thanks and regards,
    prabhu.C



    • [INDENT]Hi,



      There were options to highlight/delete the duplicate data in a column but i need those duplicate data to be displaced in another column.
      Let us consider column A has 500 data in which 15 were duplicate, I need the 15 to be displayed in column C for easy viewing.



      thanks and regards,
      Prabhu.C
      [/INDENT]