Ok, I did something like this 3 years ago and for some reason my mind has gone blank. All I remember is I ran a macro to kick it all off!
So, I have one Excel workbook with 3 sheets. two sheets are populated with different information, one sheet is blank (sheet 3).
The two populated sheets have some information in them which is true of both sheet 1 and sheet 2 (such as company name). So, to explain, sheet one might have "company a, company c, company e" in it and sheet two might have "company a, company b, company c, company d and company e" in it.
Also within sheet two is further information not present in sheet one.
I want to perform a task that name matches across the two sheets and if it spots a match it outputs the company name and the extra data from column c over to sheet 3.
Does that really make sense? I hope so.
EDIT: I'm going to explain better if I can:
Sheet 1
Column A
Company a
Company c
Company e
Company g
Sheet 2
Column A Column C
Company a John
Company b Dave
Company c Mike
Company d Jeff
Company e Will
Company f Jane
Company g Bob
Run the macro and you get
Sheet 3
Column A
Company a John
Company c Mike
Company e Will
Company g Bob
Clear???
So, I have one Excel workbook with 3 sheets. two sheets are populated with different information, one sheet is blank (sheet 3).
The two populated sheets have some information in them which is true of both sheet 1 and sheet 2 (such as company name). So, to explain, sheet one might have "company a, company c, company e" in it and sheet two might have "company a, company b, company c, company d and company e" in it.
Also within sheet two is further information not present in sheet one.
I want to perform a task that name matches across the two sheets and if it spots a match it outputs the company name and the extra data from column c over to sheet 3.
Does that really make sense? I hope so.
EDIT: I'm going to explain better if I can:
Sheet 1
Column A
Company a
Company c
Company e
Company g
Sheet 2
Column A Column C
Company a John
Company b Dave
Company c Mike
Company d Jeff
Company e Will
Company f Jane
Company g Bob
Run the macro and you get
Sheet 3
Column A
Company a John
Company c Mike
Company e Will
Company g Bob
Clear???

Last edited: