M
MightyKitten
I have a matrix where I need to calculate the number of
Unique selections of a single column
An unique selection of a colum is defined as
This colum is the only one who has an X on that row
Consider this matrix
A B C D E F G
+--------------
1|X X
|
2| X
3|X
4| X X X
5| X
6| X X
7| X
8|1 1 0 0 2 0 0 <-- This row I want to calculate
Unique selections:
B2
A3
E5
E7
Is ther a furmula I could put in a single cell so I can Count this number of
Unique rows in a coulumn?
(oh boy I find this one even quite hard to explane)
Thanks In Advance
MK
Unique selections of a single column
An unique selection of a colum is defined as
This colum is the only one who has an X on that row
Consider this matrix
A B C D E F G
+--------------
1|X X
|
2| X
3|X
4| X X X
5| X
6| X X
7| X
8|1 1 0 0 2 0 0 <-- This row I want to calculate
Unique selections:
B2
A3
E5
E7
Is ther a furmula I could put in a single cell so I can Count this number of
Unique rows in a coulumn?
(oh boy I find this one even quite hard to explane)
Thanks In Advance
MK