hi friends
I have two excels. And I want to match excel1 several colunms data from the excel2 based on comparing the same colunms between excel1 and excel2. How can realize that?
example for excel1
Name
whenCreated
Stamp
remark
RDSSERVER11
2014/1/15 15:54
2018/12/15 8:40
RDSSERVER13CHS
2014/2/11 17:45
2018/12/19 8:34
RDSSERVER20CHS
2014/3/6 15:50
2018/12/22 0:40
example for excel2:
Name
whenCreated
Stamp
remark
—
—
—
—
RDSSERVER11
2014/1/15 15:54
2018/12/15 8:40
12
VWPDEN17
2014/2/11 17:45
2018/12/19 8:34
34
PRCNMG1D0101
2014/3/6 15:50
2018/12/22 0:40
56
purpose: if “Name” in excel1 equals “Name” in excel2, than fill “remark” data from excel2 to excel1.
Check the sheet named “Primer” in the file attached
Step 1 Place the primer in your sheet
Step 2 Write the name value in A2 and read B2(this will be populated with remark if value is found)
Step write the value of B2 into the required excel