+ Reply to Thread
Results 1 to 2 of 2

Identifying Duplicates in 2 columns

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

    Identifying Duplicates in 2 columns

    I'd like to identify duplicates in columns A and C with "xxxx" in column B.How can I do this?
    I would then know how to sort Z to A and remove duplicates.
    A B C
    1 123 Main xxxxx 123 Main
    2 135 Elm 145 Oak
    3 178 Bell xxxxx 178 Bell
    4 194 Maple xxxxx 194 Maple
    5 256 Cedar 275 Cedar

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Identifying Duplicates in 2 columns

    Do you mean put xxxxx in column B in any row where column A matches column C? If so, put this in B1 and copy down:

    =IF(A1=C1,"xxxxx","")

    What do you want to sort on, and you want to remove duplicates of what? Do you mean sort by column A and then remove any lines that have xxxxx?
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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