Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This could be done with a simple worksheet function. With data in columns
$A and $B, put the following formula in cell $C$1 and fill down the extent of the range. This example has data in $A$1:$B25. Cells in column $A that can be found in column $B will have a blank string ("") in column $C. =IF(ISNA(MATCH(A1,$B$1:$B$25,0)),A1,"") -- Regards, Bill Renaud |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare two columns | Excel Discussion (Misc queries) | |||
compare 2 columns | Excel Worksheet Functions | |||
Compare all following columns when value is same | Excel Programming | |||
Compare columns of value | Excel Programming | |||
Compare to columns | Excel Programming |