I have Sheet1 with a variable number of account numbers in column A, I want to compare them with a variable number of account numbers in Sheet2 column A.
I want to collate the two columns together on sheet3 but not duplicate the account numbers.
So basically:
Sheet1:
A1
a3334
a4455
a76655
Sheet2:
A1
a4455
a76655
a3024
a53525
then sheet3 would end up looking like:
Sheet3:
A1
a3334
a4455
a76655
a3024
a53525
Thanks in advance.