I have two Excel sheets in same Workbook. One includes cards's transaction information, like Sheet1
Transaction Date Card Number Amount (To be fill) Owner Information
11/01/2017 5678 $39.99 -
11/02/2017 1234 $39.99 -
The other includes cards's information, like Sheet2
Create Date Card Number Owner Information
10/01/2017 5678 [email protected]
10/01/2017 1234 [email protected]
10/01/2017 2345 [email protected]
I want a fast/batch way to copy the Owner Information from sheet2 to the matching rows in sheet1.
Right now, I do manually search Card Number in Sheet2, and copy paste to Sheet1. But how I can automatically or batch search and achieve this?
(PS. I do have T-SQL background, but ADO does not take column as parameter) And I am using Excel 2011 in MAC.