Match a list with a list

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

0 36 3,889
36 REPLIES 36
Top Labels in this Space