I have a sorted array (8 integer elements) and a large matrix (10000, 9
and would like to know how many elements of my sorted array occur i
each row of my matrix and put that count (for each row) in an intege
array Present(10000)
Must i compare each element of my sorted array with each element o
each row of my matrix (OK, I can do it "intelligent" and skip part o
the comparisons), or does a function exist that allows me to do tha
more efficient. Ideal would be for the whole matrix at once of course
--
JackRn
-----------------------------------------------------------------------
JackRnl's Profile:
http://www.excelforum.com/member.php...fo&userid=3717
View this thread:
http://www.excelforum.com/showthread.php?threadid=57009