Could it be possible to write macros which can find and count the numbers of
common cells in rows. I have matrix of 300X100 and I have find out how many
common combinations of cells are avialble. For Example:
A B C D E F G
A B C E J Q R S
A B S W M N P L J K
A K D L M N
Here you have 3 rows conating A & B and 2 rows conating A B & C. Is it possible
to write a macro program which can do it, once we run it.
I will thankful for quick response.