I have 2 excel file/ worksheet. One is internally maintained within the company and one is generated from SAP system. My task is to find out if the 2 files are matching or not. If not what is different, the one maintained in Input Data 2 is the correct one. It's a large data set and I don't know how to solve it? Input Data 1:
SAP Account Nr. | Company Account Nr. |
---|---|
6020 | 55300000 |
8170 | 55790000 |
8180 | 55800000 |
8180 | 55850000 |
8156 | 56300000 |
8151 | 56400000 |
8165 | 56500000 |
8165 | 56500101 |
8100 | 56600000 |
8100 | 56650000 |
8100 | 56725000 |
8100 | 56750001 |
Input Data 2:
Company Account Nr. | SAP Account Nr. |
---|---|
55750000 | 6020 |
55750000 | 6020 |
55760000 | 6020 |
55770000 | 6020 |
55790000 | 8170 |
55800000 | 8180 |
55850000 | 8180 |
56300000 | 8156 |
56400000 | 8151 |
56450000 | 8150 |
56500000 | 8165 |
56500101 | 8165 |
56556000 | 8007 |
56600000 | 8100 |
56650000 | 8100 |
I have attached the screenshot. Can someone please help?