Hi I have a challenge where I have to compare the coma separate values from 2 columns (Column A , Column B and find the matching values and output to Results column.
Example:
Compare "Column A" values (Coma Separated ) with "Column B" (Coma Separated) and output the matching Values (Coma Separated) to "Result" column
Column A | Column B | Result |
3,4 | 2,13,14 | |
4,13 | 1,3,13,14,15 | 13 |
3,4 | 2,4,14,15,16 | 4 |
5,6 | 5,7,6,8,19 | 5,6 |
Any help is greatly appreciated. Most probably using a REGex Match withing formula tool might be the right way.