Need to compare last years old worksheet "sheet1" to current worksheet "sheet2"
They have the same 12 columns, first column A is unique Request Job Number
Both worksheets are similar but not the exactly the same size about 200 rows
Completed job requests on old worksheet are removed from current worksheet and new job requests are added
Highlight individual cells of changes/difference (ex. location, scheduled dates and time may change)
I have Excel 2016 and have tried:
Conditional Formatting =A1<>sheet1!A1
This works until a new row shows up or removed, then the everything below gets highlighted since its comparing A1 to A1, C3 to C3 and so forth
Also tried
Concatenate each row to a 13th column with Conditional Formatting
=IFERROR(VLOOKUP($A2,Sheet1!$A$2:$L$200,12,FALSE),"")<>$L2
This works but it highlights the entire row. Since status and schedule dates often changes because job request goes out as far as 2024, most of the worksheets gets highlighted.
Appreciate any help
They have the same 12 columns, first column A is unique Request Job Number
Both worksheets are similar but not the exactly the same size about 200 rows
Completed job requests on old worksheet are removed from current worksheet and new job requests are added
Highlight individual cells of changes/difference (ex. location, scheduled dates and time may change)
I have Excel 2016 and have tried:
Conditional Formatting =A1<>sheet1!A1
This works until a new row shows up or removed, then the everything below gets highlighted since its comparing A1 to A1, C3 to C3 and so forth
Also tried
Concatenate each row to a 13th column with Conditional Formatting
=IFERROR(VLOOKUP($A2,Sheet1!$A$2:$L$200,12,FALSE),"")<>$L2
This works but it highlights the entire row. Since status and schedule dates often changes because job request goes out as far as 2024, most of the worksheets gets highlighted.
Appreciate any help