I have two columns. I would like to compare these two lists. I want to know what data in column one is missing form column 2 and what data in column 2 is missing from column 1?
I have seen this link before. Is there any other way than this? For example to use VLookUp and Index and Match? I will use the approach posted by chandoo to see how it works.