Hello,
I have the following table:
| ID Number |
| 12345678 |
| 12345678x |
| 55555555 |
| 55555555a |
| 55555555b |
I need the following output:
| ID Number | Comment |
| 12345678 | |
| 12345678x | Duplicate |
| 55555555 | |
| 55555555a | Duplicate |
| 55555555b | Duplicate |
All ID Number's have a "00000000" format (8 digits) and if there are any letters after this then the new column Comment should say "Duplicate". Is there a way to do this using the formula tool?