CharlieMike73
Programmer
I have a MS Excel 2002 Workbook with two worksheets (lets call them sheet A & B).
On sheet A I have a list of names along with a number of other columns of data. Some of the names in this list are repeated, which is required as data in the other columns is different.
On sheet B I have a list of names and their respective location codes.
What I need to do is take each name from sheet A and find that name in sheet B and then copy the location code from sheet B back over to a column on sheet A - does that make sense?
All the names on sheet A exist on sheet B also (plus some), the names however are not always in the same letter case. Some are all uppercase, some lowercase and some are mixed case.
A macro or an equation is fine... whatever works... and it does not need to dynamically update as the location codes change, but that would help.
Earn extra points... if it would be easier, I imported the name and location data on sheet B from a database using the Excel data import query builder, but could not figure out how to reference the names in sheet A to match the data to when retrieving the location codes.
Regards,
Charlie
On sheet A I have a list of names along with a number of other columns of data. Some of the names in this list are repeated, which is required as data in the other columns is different.
On sheet B I have a list of names and their respective location codes.
What I need to do is take each name from sheet A and find that name in sheet B and then copy the location code from sheet B back over to a column on sheet A - does that make sense?
All the names on sheet A exist on sheet B also (plus some), the names however are not always in the same letter case. Some are all uppercase, some lowercase and some are mixed case.
A macro or an equation is fine... whatever works... and it does not need to dynamically update as the location codes change, but that would help.
Earn extra points... if it would be easier, I imported the name and location data on sheet B from a database using the Excel data import query builder, but could not figure out how to reference the names in sheet A to match the data to when retrieving the location codes.
Regards,
Charlie