Building list: contains none vs. does not contain all of

I am trying to figure out the difference between ‘contains none of’ vs. ‘does not contain all of’.

Is ‘contains none of’ the same as ‘does not contain any of’?

It makes a difference in the size of the list I am building.

Thank you

Victoria

Hi @blondieshub

They are both the same. List size will be the same.

One is the terminology used when creating lists, the other is use when creating views. Why they are different, I do not know
16x16_smiley-happy.png.png

Hope this helps.