Need to compare two columns of data for duplicates
From: Biff (biffinpitt_at_comcast.net)
Date: 08/12/04
- Next message: Philippe L. Balmanno: "Re: Compare Text in Array of Text"
- Previous message: Domenic: "Re: Conversion Snag"
- In reply to: Sandie: "Need to compare two columns of data for duplicates"
- Next in thread: Sandie: "RE: Need to compare two columns of data for duplicates"
- Reply: Sandie: "RE: Need to compare two columns of data for duplicates"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 19:25:08 -0700
Hi Sandie!
Try this:
=INDEX(Sheet2!A$1:A$10,SMALL(IF(ISNUMBER(MATCH(Sheet2!
A$1:A$10,Sheet1!A$1:A$10,0)),ROW(A$1:A$10)),ROW(1:1)))
Entered as an array - CTRL,SHIFT,ENTER
Copy down until you get #NUM! errors.
This will return "data" that is common (duplicated) to
both sheet1 col A and sheet2 col A.
Biff
>-----Original Message-----
>I have 2 worksheets with rows of data. I need to compare
the data in column
>1, worksheet 1, to the data in column 1, worksheet. I
need to find out if
>there is any of the data in column 1, worksheet 1 that is
duplicate to column
>1, worksheet 2, but I need the duplicate information to
appear in yet another
>column.
>Do I need to start a new worksheet with both columns from
worksheet 1 and
>worksheet 2? Does anyone have a formula that I can use to
get this
>information??
>.
>
- Next message: Philippe L. Balmanno: "Re: Compare Text in Array of Text"
- Previous message: Domenic: "Re: Conversion Snag"
- In reply to: Sandie: "Need to compare two columns of data for duplicates"
- Next in thread: Sandie: "RE: Need to compare two columns of data for duplicates"
- Reply: Sandie: "RE: Need to compare two columns of data for duplicates"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|