Ashutosh26
New Member
- Joined
- Nov 2, 2019
- Messages
- 3
I have 2 sheets (Sheet1 - New ; Sheet2 - Old) both sheets have a key identifier lets say in column B.
I want to highlight the differences across each key identifier in sheet1 as compared to sheet2.
If key identifier is new to Sheet1 - entire row should be highlighted Red. If there is any change in cell - that particular cell to be marked green.
Also, will it be possible to add a new sheet for summary by what has been changed for each key identifier.
Ex. Sheet 1
Mark | 12 | married
David | 23 | Married
Rob | 34 | Singe
Sheet 2
Mark | 12 | married
David | 23 | Single
Tony | 34 | Singe
Output
Since Rob has been added - entire row to be highlighted in Red
David is married now so Married in David's row gets Green.
Will really appreciate your support.
Logic can be:
Index Key Identifiers in Sheet1 from Sheet2 and compare cell value by looping though the entire row.
I want to highlight the differences across each key identifier in sheet1 as compared to sheet2.
If key identifier is new to Sheet1 - entire row should be highlighted Red. If there is any change in cell - that particular cell to be marked green.
Also, will it be possible to add a new sheet for summary by what has been changed for each key identifier.
Ex. Sheet 1
Mark | 12 | married
David | 23 | Married
Rob | 34 | Singe
Sheet 2
Mark | 12 | married
David | 23 | Single
Tony | 34 | Singe
Output
Since Rob has been added - entire row to be highlighted in Red
David is married now so Married in David's row gets Green.
Will really appreciate your support.
Logic can be:
Index Key Identifiers in Sheet1 from Sheet2 and compare cell value by looping though the entire row.