I have two fields that I know do not match. Is there a formula or regex that can identify what the different characters are between the two fields? For example:
| Input #1 | Input#2 | Formula/Regex Output |
| ABCDE | BCD | AE |
| CDE | AB | ABCDE |
| ABC | ABC | |
| BCD | ABCDE | AE |
Thanks in advance!
Paul