Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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 4,596
36 REPLIES 36
Top Labels in this Space