#1   Report Post  
5thsun7thchild
 
Posts: n/a
Default identify duplicates

I'm trying to match two rows of data and identify duplicates
  #2   Report Post  
mojoweiss
 
Posts: n/a
Default

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find duplicates then calculate..??? daleuk Excel Worksheet Functions 1 August 19th 05 04:18 PM
How do I identify dulicate rows in a spreadsheet? Spyder Excel Discussion (Misc queries) 1 April 27th 05 11:53 PM
How to indentify duplicates in a "Self Populating" field? Steven Excel Discussion (Misc queries) 2 March 28th 05 08:55 PM
Finding Duplicates nospaminlich Excel Worksheet Functions 4 February 5th 05 11:57 PM
Finding and Deleting duplicates in a column Brian Excel Worksheet Functions 3 February 5th 05 02:19 PM


All times are GMT +1. The time now is 02:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"