Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]() |
|||
|
|||
![]()
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") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to swap rows and columns? | Excel Discussion (Misc queries) | |||
Help with grouping columns | New Users to Excel | |||
Hiding columns and custom views problem | Excel Discussion (Misc queries) | |||
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns | Excel Discussion (Misc queries) | |||
Counting the Contents of Two Columns | Excel Discussion (Misc queries) |