Hello Friends,
I want to compare two subsequent rows and highlight all the differences.
Example - Treat source A row as the correct data. If source B row data mismatches source A row, highlight it automatically as shown. There are about 60 values to compare (62 columns) and about 20,000 rows in the excel.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]employee_id[/TD]
[TD]salary[/TD]
[TD]department[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]100[/TD]
[TD]300[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]source B
[/TD]
[TD]100
[/TD]
[TD]350[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]230[/TD]
[TD]400[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]source B[/TD]
[TD]230[/TD]
[TD]400
[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]500[/TD]
[TD]550[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]source B[/TD]
[TD]500[/TD]
[TD]590[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]400[/TD]
[TD]490[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]source B[/TD]
[TD]400[/TD]
[TD]460
[/TD]
[TD]E[/TD]
[/TR]
</tbody>[/TABLE]
I'm using MS Office 2016.
Thank you!
I want to compare two subsequent rows and highlight all the differences.
Example - Treat source A row as the correct data. If source B row data mismatches source A row, highlight it automatically as shown. There are about 60 values to compare (62 columns) and about 20,000 rows in the excel.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]employee_id[/TD]
[TD]salary[/TD]
[TD]department[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]100[/TD]
[TD]300[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]source B
[/TD]
[TD]100
[/TD]
[TD]350[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]230[/TD]
[TD]400[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]source B[/TD]
[TD]230[/TD]
[TD]400
[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]500[/TD]
[TD]550[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]source B[/TD]
[TD]500[/TD]
[TD]590[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]source A[/TD]
[TD]400[/TD]
[TD]490[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]source B[/TD]
[TD]400[/TD]
[TD]460
[/TD]
[TD]E[/TD]
[/TR]
</tbody>[/TABLE]
I'm using MS Office 2016.
Thank you!