I have a question and I can not get a plausible answer. I have a worksheet in which I would like to make a comparison between two columns and say to it that if there is a value that is not duplicated, that same value is moved to a new column. For example:
I have the column " A " and " B " in these columns there is a sequence of 6-digit numbers,
A B
519294 519522
519364 519499
519365 519501
519366 519500
519381 519494
519382 519492
519389 519493
519422 519491
519428 519483
I want to make a comparison of column "A" using column "B", if column value "A" is not found in column "B" this same value should be moved to a new column "C" by example.
If possible I would like to use a formula or a VBA that would make this query and if it was a false value where the value was not found in column "B" it could be moved.
I am very grateful if anyone can help me with a VBA or Formula itself.