Hi folks,
I have IDs in one column which I want to search for in another column. The problem is that in the search column in the cells before and after there are other characters at irregular intervals. I have therefore entered an IF Contains statement in the formula tool using ChatGpt:
IF Contains([Transaction Reference Number], [Trades]) THEN 'Match' ELSE 'No Match' ENDIF
The list is several thousand lines long, so I need an automated solution method.
For Example i want to match Trade: 5185X27759
Transaction Reference Number: 040010000000000005185X27759INM00549300TPJCLC0OHGM008
Many thanks in advance