Hi,
I have a problem and was wondering if anyone has any ideas.
I have an array with 6 numbers in it. IE 1,5,7,11,12,66
I have a master array with 6 numbers in it. IE 1,4,6,11,43,66
I want to know how many numbers in array 1 matched array 2. In the above example, the answer would be 3.
The problem is I need to run lots of arrays against the master one after the other and get counts. Any ideas on how to do this without crashing anything? 😕
THANKS!