In Excel I have two Workbooks:
- partial.xls with two columns: Name and City
- general.xls with more columns: Name; Address; City.
In general.xls there are records in the column Name.
In partial xls there are records in the columns Name and City. In the Name columns in both files are more identical items arranged different.
Please, how could I merge records from partial.xls to general.xls?
For example:
In general.xls:
Column Name has the records: Name1; Name2; Name3 (in this order)
Columns Address and City are empty.
In partial.xls:
Column Name has the records Name3; Name1; Name2 (in this order)
Column City has the records: City3; City1; City2 (in this order)