I have 2 tables, in two separate sheets, for which the column named "barcode" is common.
Is it possible in any easy way to combine these two tables using a common key which is a bar code? I would like to add that the records are in any order and sometimes a record in one table has no equivalent in the other.
In this case, after connecting, one page of the table should be blank.
In the example below, I have 2 tables, each with only two columns.
Barcode | name
44444 | Soap
11111 | Jam
55555 | Cheese
Barcode | Sale
11111 | thirty
44444 | 140
55555 | 233
Is it possible in any easy way to combine these two tables using a common key which is a bar code? I would like to add that the records are in any order and sometimes a record in one table has no equivalent in the other.
In this case, after connecting, one page of the table should be blank.
In the example below, I have 2 tables, each with only two columns.
Barcode | name
44444 | Soap
11111 | Jam
55555 | Cheese
Barcode | Sale
11111 | thirty
44444 | 140
55555 | 233