P
P.Rumpz
Hello peoples,
I want to compare two columns of data (A & B) and create a third colum
(C) of the items not appearing on -both- A & B.
Basically, I want to take
=IF(COUNTIF($A$1:$A$10,B1)=0,B1,"")
and combine it with
=IF(COUNTIF($B$1:$B$10,A1)=0,A1,"")
Can this be done (maybe with an IF/OR)?
Thank you for any help you can provide,
Pa
I want to compare two columns of data (A & B) and create a third colum
(C) of the items not appearing on -both- A & B.
Basically, I want to take
=IF(COUNTIF($A$1:$A$10,B1)=0,B1,"")
and combine it with
=IF(COUNTIF($B$1:$B$10,A1)=0,A1,"")
Can this be done (maybe with an IF/OR)?
Thank you for any help you can provide,
Pa