The following will work - for each, add the formula in line 2, and then drag
Values ββof A that do not exist in B
=IF(ISERROR(MATCH($A$2:$A$20,$B$2:$B$17,0)),A2,"")
Result = x, y, z, i, j, k, l, u
NB: Your sample table is incorrect, since u is in Col A but not Col B, but you did not list it in your result set in Col C
Values ββof B that do not exist in A
=IF(ISERROR(MATCH($B$2:$B$17,$A$2:$A$20,0)),B2,"")
Result = q, r, e, f, g
Alex p
source share