I need to vlookup with two workbooks and find the match values with highlight.
Workbook A (Located in the folder path C:/Desktop/price match
Workbook B(Located in the folder path C:/Desktop/price match
by matching all the columns in workbook A with workbook B, then check (output column) should say match. -ltd in mfr of column A in workbook A should be ignored while comparing with workbook B . Since workbook B column MFR will not have -ltd
Workbook A (Located in the folder path C:/Desktop/price match
MFR | date beg | date end | price |
XXX-ltd | 8/1/20 | 8/1/20 | 100 |
YYY-ltd | 9/1/20 | 9/1/20 | 200 |
GGG-ltd | 10/1/20 | 10/1/20 | 300 |
MMM-ltd | 11/1/20 | 11/1/20 | 400 |
Workbook B(Located in the folder path C:/Desktop/price match
MFR | date beg | date end | price | check(outuput column) | |
XXX | 8/1/20 | 8/1/20 | 100 | Match | |
YYY | 9/1/20 | 8/1/20 | 200 | Match |
by matching all the columns in workbook A with workbook B, then check (output column) should say match. -ltd in mfr of column A in workbook A should be ignored while comparing with workbook B . Since workbook B column MFR will not have -ltd