+ Reply to Thread
Results 1 to 2 of 2

Thread: Help Deleting Unique Records?

  1. #1
    Registered User
    Join Date
    06-15-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Help Deleting Unique Records?

    So, I have a pair of excel spreadsheets, one is an old list of responsibilities, one new. They deleted a lot of responsibilities in the new version. However, I have done some work with both of these, and long story short the responsibilities have essentially been combined into one big list. I have new list appended to the bottom of the same spreadsheet, and now I am attempting to delete UNIQUE values, AKA the ones that no longer exist in the new spreadsheet.

    So basically, I want to find unique values in Column A, and delete the entire row from which these unique values came. Can anyone help me out?

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,604

    Re: Help Deleting Unique Records?

    Make a backup copy of the workbook first.

    You can use a helper column to determine which are duplicated in the other sheet.

    e.g.

    =ISNUMBER(MATCH(A2,SHEET2!A:A,0))

    where A2 is the first cell to look at in the sheet you want to the deleting in..
    Sheet2!A:A represents column A in other sheet named, Sheet2


    A TRUE result means a duplicate is found in column A of Sheet2. FALSE means it is not duplicated in other sheet.

    Then you can apply Filter to this table, through Data|Autofilter.

    And then filter the formula column for the items you want to delete (either the TRUE or FALSE records).. then select and delete those rows.

    Then unfilter and you should see the records you wanted to keep. You can now delete the formula column also.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

+ 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.2.0