I have two matrices of data which have a large number of the same entries. I
need to be able to identify the number of entries in one matrix which also
occur within the same column in the other matrix (e.g. how many of the
entries in column A in one matrix are also in each column of the other
matrix). At the moment the best I can do is use pivot table to search each
column in one matrix against each column in the other, which is not ideal in
that I have about 200 columns in each matrix. It would also be ideal if I
could identify which were the common elements.
Bookmarks