hi,
i have got 2 tables.
I want to compare 4 columns from both these tables and retrieve data from table2 into table1, if the criteria matches.
Now the problem is that the values to be compared will not match exactly.
2 columns would match exact
2 columns would be similar
Table1
Table2
The columns Product Name and Manufacturer will not be an exact match, but would be similar. This first word would usually be an exact match
The Packing and MRP columns would be an exact match.
the sequence of the rows would not match and there can be multiple products with similar names and that the reason to take other 3 columns into consideration
I would like to add the Prod Code from Table2 to Table1, while comparing the 4 columns on each table.
Link to the sample excel file
Can someone help me with a formula or a VBA to achieve this
i have got 2 tables.
I want to compare 4 columns from both these tables and retrieve data from table2 into table1, if the criteria matches.
Now the problem is that the values to be compared will not match exactly.
2 columns would match exact
2 columns would be similar
Table1
Table2
The columns Product Name and Manufacturer will not be an exact match, but would be similar. This first word would usually be an exact match
The Packing and MRP columns would be an exact match.
the sequence of the rows would not match and there can be multiple products with similar names and that the reason to take other 3 columns into consideration
I would like to add the Prod Code from Table2 to Table1, while comparing the 4 columns on each table.
Link to the sample excel file
Can someone help me with a formula or a VBA to achieve this