Table 1 has 9 columns and 983 rows (excluding header)
Table 2 has 15 columns and 6295 rows (excluding header)
I wish to merge these into a new table, call it Table 3.
Every row of Table 1 should (fingers crossed) already have a matching row somewhere within Table 2. A match is defined when columns 1,2,3 of Table 1 match columns 3,4,5 of Table 2.
The merged table should contain 983 rows (from Table 1) and 21 columns (9 + 15 – the matching 3).
Any idea how to do that in Excel?
(If necessary, I don’t mind if it is done in several steps eg. producing a table with 24 columns and 6195 rows before deleting unwanted rows and columns).