I'm not sure how to easily describe this request but I'm trying to find an easy way to identify/highlight duplicate values that appear after/before the current value.
Using the example below you will notice that the both the values 62500388 and 62500394 appear more than once, therefore I would like all of those values highlighted (perhaps with a prefix so the data could be re-sorted).
62500386;62500386
62500387;62500387
62500388;62500217
62500388;62500388
62500388;62500587
62500391;62500389
62500391;62500391
62500392;62500392
62500393;62500393
62500394;62073500
62500394;62500394
62500395;62073600
Notes:
- Both the values in the first and second column are not fixed length
- A check for duplicates is only needed based on the values in the first column
If any one has any suggestions, I'd appreciate the help. Thanks in advance.
Using the example below you will notice that the both the values 62500388 and 62500394 appear more than once, therefore I would like all of those values highlighted (perhaps with a prefix so the data could be re-sorted).
62500386;62500386
62500387;62500387
62500388;62500217
62500388;62500388
62500388;62500587
62500391;62500389
62500391;62500391
62500392;62500392
62500393;62500393
62500394;62073500
62500394;62500394
62500395;62073600
Notes:
- Both the values in the first and second column are not fixed length
- A check for duplicates is only needed based on the values in the first column
If any one has any suggestions, I'd appreciate the help. Thanks in advance.