I've been looking at using the Excel VLOOKUP function to accomplish this, but I'm pretty unfamiliar with it.
I need to do the following:
On sheet one, column A and column B contain 3000 rows of first names and last names.
I need to compare this to a second sheet that also has first names and last names, with a third column containing email addresses.
If the two columns are an exact match on sheet 1 and sheet 2(e.g. A1+B1 = Sheet2 A7+B7), I need to copy the email address from column C on sheet 2, to column C on sheet 1.
Is there a VLOOKUP formula to accomplish this, or is this going to need to be a VBA script?