Required to compare two excel files. File2 must fully match File1.
-1st compare criteria: all data in column "A" of File1 exists in column "B" of File2.
-2nd compare criteria: for data that exists, check that combination of all data in column "A", "B" of File1 exists in column "B","D" of File2.
-3rd compare criteria: for data that exists, check that combination of all data in column "A", "B","C" of File1 exists in column "B","D","E" of File2.
-4th compare criteria: for data that exists, check that combination of all data in column "A", "B","C","D" of File1 exists in column "B","D","E","G" of File2
Any non-conformance from each criteria must be indicated in report.
Whoever is interesting , I will send more details including excel files and sample report.