ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Identifying Duplicates in Columns (https://www.excelbanter.com/excel-worksheet-functions/80519-identifying-duplicates-columns.html)

DamienO

Identifying Duplicates in Columns
 
i have 2 rows of data and I want to be sure that only uniques values are in
each column ie that a number in column A is not in column B also.
I've looked at Conditional Formatting but can't seem to get a formula that
doesn't error on me.

JE McGimpsey

Identifying Duplicates in Columns
 
Take a look he

http://cpearson.com/excel/duplicat.htm

In article ,
DamienO wrote:

i have 2 rows of data and I want to be sure that only uniques values are in
each column ie that a number in column A is not in column B also.
I've looked at Conditional Formatting but can't seem to get a formula that
doesn't error on me.


Gerry-W

How do you want the results displayed? One way to do it is to have a third column that uses the vlookup feature.

Vlookup is good because it finds exact matches.

=if(iserror(vlookup(A2,yourrange,1,false)),"OK","D uplicate")


All times are GMT +1. The time now is 11:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com