Hi,
I'm somewhat familiar with the vlookup function and how it works, but not advanced enough to integrate it the way I would like.
I have 2 worksheets with multi-column ranges. I would like to use vba to search a single column (A) in Sheet1 for a value in column (B) of Sheet 2. Then, I want to copy the row in which column (A) of Sheet 1 exists to the same row column (B) exists of Sheet2.
So, if Sheet1 looks like:
A B C
1 1 3
2 1 3
3 1 3
And Sheet2 looks like:
A B C
1 1 3
1 2 3
1 3 3
Then the Copy/Paste goes to Sheet2 to look like:
A B C D E F
1 1 3 1 1 3
1 2 3 2 1 3
1 3 3 3 1 3
I hope that makes sense.
Bookmarks