Need to select unique cells from 2 worksheets with identical column names and highlight differences

Copper Contributor

Hi:

I have 2 identical worksheets that will be used as a data entry worksheet and the second will also be used as a data entry worksheet by a second person entering the same data as a double check for the first person who entered the same exact data. The process is as follows.

 

1) First person enters incoming customer information into Excel spreadsheet.

2) Second person enters the same exact information into a different worksheet to compare the accuracy of the first data entry person. 

3) Differences in cells should be highlighted using conditional formatting as red to indicate a difference in between the data in each cell of sheet 1 and sheet 2 .

4) Example: Name field typed in by First person into first spreadsheet.  Full name field first person type in the following into name field

     Joh Doe

    Second person types in John Doe correctly

5) Process should flag the Name Field as red because difference in Name field.

6) Also if 2nd person makes the mistake reverse of above field should turn yellow. Instead of Red.

7) So if first person enters any field data incorrectly it gets flagged as red and unique because Jon does not equal Jon. If 2nd person enters Jon instead of John it gets flagged as yellow. This way we know which person had the incorrect entry.

 

I know how to do this using cells in the same sheet but I haven't done this using a comparison between two sheets in the same workbook. Also just the different cells get highlighted through the conditional formatting not the whole row. So you can have a situation where Name Field is highlighted  red or yellow and Address field is highlighted red or yellow. Please advice and thank you for your time. Also these two spreadsheets will be data entry so many records will be added daily and this formatting should still work without re-doing it everyday or time more data is added to the spreadsheet.

Thanks

 

 

2 Replies

@RickZler A CF-rule in Sheet1 like =A1<>Sheet2!A1 applied to the entire data range, for example $A$1:$M$2500 , should allow you to highlight differences between the two sheets for every single cell in the applied range. However, Excel can not tell which entries are correct and which are not. Therefore, highlighting incorrect entries by the second person makes no sense, as the same cells will show up as "not equal". You'll need a third person to judge who entered the data correctly.

@Riny_van_Eekelen 

 

Hi:

 

Thanks for the reply and understand the error showing on compliancy rules. I'll try this solution but I seem to recall this will not propagate to newly entered records unless I add a bunch of blank records to each of the comparison spreadsheets and apply the formatting to those blanks. Is this correct?  So it wont actually apply to new entries into the spreadsheet only roes that already have it applied in the formatting rules for those cells ? 

Thanks