I got two worksheets; Source and Target
Source got data from column A10 through C10 all the way down to the used cell (range is dynamic; it can be A10:C90 but it can vary)
I'm trying to match cell A1 in Target worksheet with the range of A:C (in source)
For example: If A1 (Target ws) matches cell B46 in Source ,,then copy D46 through K46 in source to Target ws starting at A2,,then continue the search If A1 (Target ws) matches cell B50 in Source ,,then copy D50 through K50 in source to Target ws (this time it will start at A3)
Another example if A1 (Target ws) matches cell C12 in Source ,, then copy D12 through K12 in source to Target ws starting at A2
Source got data from column A10 through C10 all the way down to the used cell (range is dynamic; it can be A10:C90 but it can vary)
I'm trying to match cell A1 in Target worksheet with the range of A:C (in source)
For example: If A1 (Target ws) matches cell B46 in Source ,,then copy D46 through K46 in source to Target ws starting at A2,,then continue the search If A1 (Target ws) matches cell B50 in Source ,,then copy D50 through K50 in source to Target ws (this time it will start at A3)
Another example if A1 (Target ws) matches cell C12 in Source ,, then copy D12 through K12 in source to Target ws starting at A2