I want to create an expression that checks if any item in a list is in another llist. So for example:
Is LIST(A,B,C) present in LIST(A,B,C) = TRUE
Is LIST(A,B,C) present in LIST(C,D,E) = TRUE
Is LIST(A,B,C) present in LIST(D,E,F) = FALSE
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |