I'm having trouble consolidating two workbooks that have different information. I need the information from Workbook B, column "MTAX". In order to find out where the information "MTAX" goes in Workbook A, Excel must look at the "Client ID" and "Code" and make sure they BOTH matchup before moving over the "MTAX" information into Workbook A. What would be the easiest way to do this? The reason why I need both column to match up is because it is possible for there to be multiple "CLIENT ID" matches with different "CODE".
For reference, the workbook columns look like this:
Workbook A:
Client ID | CODE | MTAX
001 | ABC |
001 | DEF |
002 | ABC |
Workbook B:
Client ID | CODE | MTAX
001 | ABC | $50
001 | DEF | $100
002 | ABC | $150
For reference, the workbook columns look like this:
Workbook A:
Client ID | CODE | MTAX
001 | ABC |
001 | DEF |
002 | ABC |
Workbook B:
Client ID | CODE | MTAX
001 | ABC | $50
001 | DEF | $100
002 | ABC | $150