I'm trying to compare five workbooks in excel and have matching column data copy the entire rows into a new workbook (ReportWorkBook). Ex:
Compare
Workbook_1 column A to Workbook_2 column A to Workbook_3 to Workbook_4 column A to Workbook_5 column A
If there is names matched, copy the entire 5 rows ( one row from each workbook for the same name if match found in all of them) of matching Workbook_1, Workbook_2, Workbook_3, Workbook_4, Workbook_5 data to the new Workbook (ReportWorkBook).
Related:
Compare five Excel workbooks and copying matched data to new one