Description
Returns the set of items common to both List1 and List2. The ordering of the results is based on how the items appear in the first list.
Syntax
Intersection(List1: String, List2: String, Delimiter: String): String
Example
Intersection(A,B,C,D,E,C,E,F,A,)
The return value is A,C,E.