+ Reply to Thread
Results 1 to 4 of 4

Identifying Duplicate content in Excel 2007

  1. #1
    Registered User
    Join Date
    03-24-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003=7
    Posts
    9

    Identifying Duplicate content in Excel 2007

    I have a few worksheets that will be imported into tables in an Access DB. I need to calidate that no cells in specific colums are duplicates.

    The 1st spreadsheet has two colums. There should be no dupes by row or dups in any cell of column B.

    The 2nd spreadsheet has three columns - Buulding, Unit and Address. Each building can have 4 to 6 units and each have their own address.
    I need to identify these situations if the exist:

    1. Any duplicate rows of Building & Unit? Columns a & b.
    2. Any duplicate units. Column b
    3. Any duplicate addresses. Column c

    Thanks in advance for your suggestions.

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Identifying Duplicate content in Excel 2007

    you can use the remove duplicates function in excel to accomplish this, just select your table then go to Data on the ribbon -> remove duplicates then select the columns where you want to look for duplicates.

    best of luck

    -Dan
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Registered User
    Join Date
    03-24-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003=7
    Posts
    9

    Re: Identifying Duplicate content in Excel 2007

    Before I remove a duplicate, I need to identify them and possibly fix the data to correct it. How do I identify without deleting them?

  4. #4
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Identifying Duplicate content in Excel 2007

    you could insert an aditional column next to the column to be checked and use the following formula to identify duplicates

    =IF(COUNTIF(B:B,B1)>1,"Duplicate","")

+ 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