Hello all!
is there a lean way to compare all possible combination of a list to see if the values are the same?
I want to repeat 4 times thats why I am asking for lean way…
Thanks
Hello all!
is there a lean way to compare all possible combination of a list to see if the values are the same?
I want to repeat 4 times thats why I am asking for lean way…
Thanks
Anyone?
Trying to compare all possible combinations of a list indexes between them to see if they are equal?
I would have given List.Create a chance here.
I have the list I just want to compare the contents/indexes’ values between them… if that makes sense
OK, List.Create and List.Transpose then? I think I need a better example to understand what you are after.