I need to make a macro that finds duplicate records in Column A in sheet1 and Column A in sheet2. If there is a duplicate I need both to be highlighted in red. If there is no duplicate in Column A sheet1 then color that record green. If there is no duplicate in Column A sheet2 color that record yellow.
the sample data is:
Sheet1
CONTAINER
ABC123
ABC234
ABC345
ABC456
Sheet2
CONTAINER
ABC234
DFC123
ABC456
AET432
as you can see some of the data matches and some don't
Please help never made a macro in Excel before.
the sample data is:
Sheet1
CONTAINER
ABC123
ABC234
ABC345
ABC456
Sheet2
CONTAINER
ABC234
DFC123
ABC456
AET432
as you can see some of the data matches and some don't
Please help never made a macro in Excel before.
Comment