Extract common values from two lists
To compare two lists and extract common (i.e. shared) values, you can use a formula based on the FILTER function and the XMATCH function. In the example shown, the formula in F5 is: =FILTER(B5:B16,ISNUMBER(XMATCH(B5:B16,D5:D14))) The XMATCH function …Read more