I have an excel file that contains a 3 column (excel1) and another file (excel2) that contains 4 columns.
what i want is to compare a column in excel1 with another in excel2. if so, we display the 3 remaining column of the excel2 file.
N.B: the data in the column of the excel1 file are not in the same place as the column to be compared in the excel2 file.
Hi, thank you for the fast response
please find attach the two excel files ExcelFile1.xlsx (8.0 KB) ExcelFile2.xlsx (8.1 KB)
output the row in excel file2 if there is a match
N.B : we can found a lot of match too.
Hi Rashmi, the project that you shared was amazing, but, how can I do if I want to export the “ExcelFile3.xlsx” with the different rows of each Excel file?
Because the code that you shared, saves only the same rows.