Hi,
I currently have two columns of reference data. Each cell contains comma separated values.
My aim is to find a match between any of the patent numbers in column A within the corresponding row in column B. E.g. in row 2, there is a match between value in column 1 (US1111) and column 2.
Ideally the output in column C would be US1111.
At the moment, I have created the following: =IF(OR(ISNUMBER(XMATCH(TEXTSPLIT(A2, "|"), TEXTSPLIT(B2, "|")))), “CYCLIC”, "") but my output is a generic term "CYCLIC" to outline matching string value(s) whereas I would like to know the actual ID/string that is present in both column A and B (i.e US1111).
This would ideally work with multiple comma separated values in column A and B
many thanks
I currently have two columns of reference data. Each cell contains comma separated values.
My aim is to find a match between any of the patent numbers in column A within the corresponding row in column B. E.g. in row 2, there is a match between value in column 1 (US1111) and column 2.
Ideally the output in column C would be US1111.
At the moment, I have created the following: =IF(OR(ISNUMBER(XMATCH(TEXTSPLIT(A2, "|"), TEXTSPLIT(B2, "|")))), “CYCLIC”, "") but my output is a generic term "CYCLIC" to outline matching string value(s) whereas I would like to know the actual ID/string that is present in both column A and B (i.e US1111).
This would ideally work with multiple comma separated values in column A and B
many thanks
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Backward Citations | Forward Citations | Match? | ||
2 | US435 | US756 | US2305 | US1111 | US1111 | |||
3 | US435 | US433 | US1012 | US1012 | |||
4 | US878 | JP545 | EN987 | US777 | |||
5 | JP233 | EN435 | US666 | |||
6 | US123 | US555 | |||
7 | US1111 | US1018 | US1018 | |||
8 | US4777 | EN768 | JP747 | EN747 | US377 | |||
9 | US4777 | EU23331 | US233 | JP5444 | |||
10 | EP0239409A1|EP0291292A2|EP0595291A1|FR2845889A1 | EP1255403A2|EP1632181A1|FR2845889A1 | |||
Sheet1 |