+ Reply to Thread
Results 1 to 2 of 2

identify duplicates

  1. #1
    5thsun7thchild
    Guest

    identify duplicates

    I'm trying to match two rows of data and identify duplicates

  2. #2
    mojoweiss
    Guest

    RE: identify duplicates

    An inelegant solution would be to transpose the rows into columns and then
    use the VLOOKUP function. Try transpose the first row and put it in column
    A, in column B put a bunch of 1's. Transpose row 2 and put it in column D.
    In column E put a bunch of 1's. Then use VLOOKUP, the formula (in F1) would
    look something like:

    =VLOOKUP(D1,A:B,2,FALSE)

    where you see a one, it's a duplicate, where you see an error, it's not.
    Drag this all the way down.

    Then do the same thing but with formula:

    =VLOOKUP(A1,D:E,2,FALSE)

    Hope this helps...

    "5thsun7thchild" wrote:

    > I'm trying to match two rows of data and identify duplicates


+ 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