Is there a way to find duplicate pairs in multiple columns in Excel?
For instance,
column1       column2  
Smith         Jones       <-- duplicate pair  
Smith         Johnson  
Jones         Smith       <-- duplicate pair  
Jones         Walter  
                The way I would do it would be as follows: (Assuming your data begins in cell A1 & B1)
=A1&"|"&B1
=B1&"|"&A1
=MATCH(C1,$D$1:$D$500,0)
$500 in your final formula if necessary)#N/A and it tells you where in the list the duplicate match is.Hope this helps!!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With