Hello,
I have different columns with date. All data in column O are sorted ID-numbers, while column c are dates. I want to first check i duplicates exists in colmn O, and if it does check if column C, containing dates differ.
For example; If O4, O5 and O6 all have ID-number 12345. C4 is 2023-05-20, C5 2023-05-20 and C6 2023-05-22, this should be alerted.
If O7 and O8 have ID-number 5678 and C7 and C8 is 2023-06-01, nothing is alerted.
How should this be performed?
Kind Regards.
I have different columns with date. All data in column O are sorted ID-numbers, while column c are dates. I want to first check i duplicates exists in colmn O, and if it does check if column C, containing dates differ.
For example; If O4, O5 and O6 all have ID-number 12345. C4 is 2023-05-20, C5 2023-05-20 and C6 2023-05-22, this should be alerted.
If O7 and O8 have ID-number 5678 and C7 and C8 is 2023-06-01, nothing is alerted.
How should this be performed?
Kind Regards.