Split two List of Duplicate elements?

Hi

 

For example i have two list elements instance

first list that have 10 wall elements : A,B,C,D,E,F,G,H,I,J

and i the other list is 5 wall elements : B,D,F,G,I

my goal is get the other 5 wall elements list which will be elements :A,C,E,H,J

any idea?

Thanks

try this

Split List

Hi,there , probably the easiest way is that use the definition: setdifference, and setintersection.

Hi Ben Could you share again picture as large size if it s possible

thanks

Thanks Jostein