Hi anyone, I would like to match this 2 table as shown:
Using the reference list, match the master list and return Column D to Column G. However the placement of the return has to be of the same position as the master list.
Condition 1: If the code number of the reference list (Column D) matches the code number of the master list (Column A) then paste Column D in the same placement as Column A in a new column (Column G)
Condition 2: If the Name of the reference list (Column E) matches partially or completely to the name of the master list (Column B) then paste Column D in the same placement as Column A in a new column (Column G)
I am aware and tried VLOOKUP or Using wildcards ("*") but could not do it. I am hoping someone has done it before and can share with me the VBA codes for this type of situation. Thank you.
Using the reference list, match the master list and return Column D to Column G. However the placement of the return has to be of the same position as the master list.
Condition 1: If the code number of the reference list (Column D) matches the code number of the master list (Column A) then paste Column D in the same placement as Column A in a new column (Column G)
Condition 2: If the Name of the reference list (Column E) matches partially or completely to the name of the master list (Column B) then paste Column D in the same placement as Column A in a new column (Column G)
I am aware and tried VLOOKUP or Using wildcards ("*") but could not do it. I am hoping someone has done it before and can share with me the VBA codes for this type of situation. Thank you.