0 Members and 1 Guest are viewing this topic.
if (sum(L1=L2))=Dim(L1[the lists match]
didn't test this, but will this work?Code: [Select]if (sum(L1=L2))=Dim(L1[the lists match]Edit: but first you should make sure the dimensions are the same
you mean like max({1,2}=|={2,2}) which will return 1 because the are not the same?
no, because {1,2}={1,1} will be {1,0} of which the max is 1 even tho it is not completely equal. That's only for if you just want to know if any are equal. You would have to do what builderboy said (which is also what i said )