Hello All any one can help me with below problem
I have two Excel files containing multiple columns, with Account Number and FB ID being the same in both files.
- Sheet 1 of the output Excel should contain all the data from Excel 1.
- Sheet 2 should contain all the data from Excel 2.
- Sheet 3 should contain data from Excel 1. It should compare each FB ID with all FB IDs in Excel 2, and if a match is found, it should be marked as "Match" in a newly created column next to it.
- Similarly, Sheet 4 should contain data from Excel 2. It should compare each FB ID with all FB IDs in Excel 1, and if a match is found, it should be marked as "Match" in a newly created column next to it.