Hello,
I need some help with how to find "Matches" and "No Matches" between two fields.
I have been using the "if contains" formula however this is not giving me the desired output.
Example below:
Column 1 and 2 show what the inputs are, and column 3 is what the desired output should show. However the last column is showing what the current if contains statement is showing.
| COLUMN 1 | COLUMN 2 | MATCH? | CURRENT IF STATEMENT RETURNS: |
| NONE | NONE1 | MATCH | NO MATCH |
| 12208937 | 12208937A | MATCH | NO MATCH |
| UNKNOWN | UNKNOWN71 | MATCH | NO MATCH |
| 21700000170201 | 170201 | NO MATCH | MATCH |
I am really not sure if this is possible. I have a number of columns containing "NONE" or "UNKNOWN" and with this the 1/71 at the end shows the number of times this "unknown" is used. This needs to remain however needs to be shown as a "match".
Any advice would be appreciated!