R
R
rokot32020-10-12 15:01:49
Arrays
rokot3, 2020-10-12 15:01:49

Find the number of matches of values ​​in a multidimensional array?

There is an array of unique values: [a1, b2, c3, v4, ...]
And there are many arrays where combinations from the array above are found:
=[
[a1, c3, v4],
[c3, b2],
[a1, b2 , v4],
...
]

How to find the number of intersections of each value with others? Those. a1 occurs together with b2 "X" times, c3 occurs together with v4 in arrays "Y" times?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question