+ Reply to Thread
Results 1 to 4 of 4

HOW CAN DUPLICATES BE DELETED,NOT FILTERED?

  1. #1
    naminel
    Guest

    HOW CAN DUPLICATES BE DELETED,NOT FILTERED?

    I am using Office XP and I was wondering how to delete duplicates. Is there
    a procedure in Excel where I can do this in one key stroke? My list consists
    of 14,000 lines, so as you can see it would be quite cumbersome to go through
    manually to delete them. Any help would be greatly appreciated.

  2. #2
    Bob Phillips
    Guest

    Re: HOW CAN DUPLICATES BE DELETED,NOT FILTERED?

    In an adjacent column, add this formula

    =If(COUNTIF($A$1:A1,A1)>1,"Dup","")

    and copy down

    Then filter column B and select a value of Dup. Delete all visible rows.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "naminel" <[email protected]> wrote in message
    news:[email protected]...
    > I am using Office XP and I was wondering how to delete duplicates. Is

    there
    > a procedure in Excel where I can do this in one key stroke? My list

    consists
    > of 14,000 lines, so as you can see it would be quite cumbersome to go

    through
    > manually to delete them. Any help would be greatly appreciated.




  3. #3
    naminel
    Guest

    Re: HOW CAN DUPLICATES BE DELETED,NOT FILTERED?


    Thank you much. It worked.


    "Bob Phillips" wrote:

    > In an adjacent column, add this formula
    >
    > =If(COUNTIF($A$1:A1,A1)>1,"Dup","")
    >
    > and copy down
    >
    > Then filter column B and select a value of Dup. Delete all visible rows.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "naminel" <[email protected]> wrote in message
    > news:[email protected]...
    > > I am using Office XP and I was wondering how to delete duplicates. Is

    > there
    > > a procedure in Excel where I can do this in one key stroke? My list

    > consists
    > > of 14,000 lines, so as you can see it would be quite cumbersome to go

    > through
    > > manually to delete them. Any help would be greatly appreciated.

    >
    >
    >


  4. #4
    judyb
    Guest

    Re: HOW CAN DUPLICATES BE DELETED,NOT FILTERED?

    I tried the same, or almost so, and I must have done something wrong. It has
    been a while since I have fooled with this type of thing.

    I want to see if col B is the same, and changed the formula to
    =IF(COUNTIF($B$1:B1,B1)>1,"Dup","")

    Dup is appearing, but in the row after the second occurance.

    thanks for any help,
    judy

    "naminel" wrote:

    >
    > Thank you much. It worked.
    >
    >
    > "Bob Phillips" wrote:
    >
    > > In an adjacent column, add this formula
    > >
    > > =If(COUNTIF($A$1:A1,A1)>1,"Dup","")
    > >
    > > and copy down
    > >
    > > Then filter column B and select a value of Dup. Delete all visible rows.
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "naminel" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > I am using Office XP and I was wondering how to delete duplicates. Is

    > > there
    > > > a procedure in Excel where I can do this in one key stroke? My list

    > > consists
    > > > of 14,000 lines, so as you can see it would be quite cumbersome to go

    > > through
    > > > manually to delete them. Any help would be greatly appreciated.

    > >
    > >
    > >


+ 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