G Guest Jan 5, 2005 #1 I'm comparing data in 2 columns. I need to find unique cells that are located in Column B that are not in column A.
I'm comparing data in 2 columns. I need to find unique cells that are located in Column B that are not in column A.
M Myrna Larson Jan 6, 2005 #3 In column C, put this formula: =IF(COUNTIF($A$2:$A$100,B2)=0,"X","") and copy it down This will show an X next to the items in column B that aren't in column A.
In column C, put this formula: =IF(COUNTIF($A$2:$A$100,B2)=0,"X","") and copy it down This will show an X next to the items in column B that aren't in column A.