Hello,
I have two sheets.
Sheet1 = Matches go here
Sheet2 = Database
In the database I have values in column A, B, and C where A is the "identifier".
I want too match the value in cell C2 in Sheet1 with the values in column A in Sheet2.
I want to return the values column B and C in sheet2 and paste them into the range
C8:C in sheet1
I've only managed to return the 1st match from one column, but I want to return several matches
from both columns.
I want to use this as a sub routine with a button.
Does anybody have a solution?
Thanks!
Bookmarks