When the value of column A in TABLE1 is the same as the value of column D in TABLE2 and the value of column B in TABLE1 is consistent with the value of column C in TABLE2, it indicates a match.The result i want to output to a new excel file with same sheet names.
the comparision should be done for table 1 cht sheet and table2 cht sheet likewise for remaining sheets you should perform same comaprision and get matching records in second table correct.
Hi,
This is awesome!It worked. What if I want to add other related columns to the exported OUTPUT TABLE, add other columns in TABLE 2 to the OUTPUT TABLE, and add a new column that matches or does not match. If there is no match, the missing data need not be written.
Hi,
If it matches, I need"Langue|Vendor|Category(AKA ParentFolderName)|ImageName(AKA SubFileName)" in TABLE 2 column, and “Whether matched|FullPath(=Langue+Vendor+Category)”. If it doesn’t match, I just need the “Imagename” and “whether matched” All columns need to be in the table, but can be left blank, header order is not fixed。