I have a workbook with two sheets. The first sheet "Master Data" has 2300 rows of alpha-numeric data in Column "A". The second sheet (called Assessment") has the same alpha-numeric data as sheet Master Data and is in column "C", but it's not in the same order as in the first sheet. The second sheet also has in column "L" status data.
This task will occur weekly, so I would benefit from VB code that will compare the data in both column A in the Master Data sheet and column C in the Assessment sheet. Where there is a match, the corresponding data in Assessment sheet column L should be copied to column B in the Master Data sheet.
Many thanks, RL
This task will occur weekly, so I would benefit from VB code that will compare the data in both column A in the Master Data sheet and column C in the Assessment sheet. Where there is a match, the corresponding data in Assessment sheet column L should be copied to column B in the Master Data sheet.
Many thanks, RL