Hello!
How can I compare 2 lists of data?
I need to show message if at least 1 element of the List 1 is contained in the List2
I tried to use Intersect with…but it’s doesn’t work
any ideas?
Hello!
How can I compare 2 lists of data?
I need to show message if at least 1 element of the List 1 is contained in the List2
I tried to use Intersect with…but it’s doesn’t work
any ideas?
Did you find a solution?
Yes, I find a way how to do this using function Intersect with…