Please help - how do you test if any of the items in an unsorted list of values in list are in another list ?
i.e if any of the values in the list {3,7,2}
are in the list {2,7,5,3,6,1,3,2} ?
IN or CONTAINS seem to only match the first item in the list
Thanks
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |