I have a workbook that has a master data sheet, then three other worksheets I want to compare the data with. I want to do a look up of the asset # from sheet 1 and if it exists in sheet 2, 3, or 4, compare the customer #. If the customer number and asset # match any of the other sheets, I want the row in sheet 1 to highlight green. If the asset # and customer # in sheet 1 do not match where it was found in the other sheet, the row to be highlighted red on sheet 1. If the asset # from sheet 1 is not duplicated on any of the other sheets, then highlight it yellow on sheet 1.
I am thinking VBA is the best way to accomplish this, but I am not sure on the syntax. Any help or direction is appreciated.