Extract common values from text strings
To compare two delimited text strings and extract common values, you can use a formula based on the FILTER function and the XMATCH function with help from the LET function to keep things efficient. In the example shown, the formula in D5 is: =LET( …Read more