I have the table like this:
A B C
1 a b' 1
2 a b' 2
3 a b'' 3
4 a2 b1 1
5 a3 b2 3
For example: Column A - is a genus (like E.) and column B is a species (E. coli) Column C is a class of the item (doesn't metter)
So I need to understand, how many classes item b consist of:
A B C1 C2 C3
1 a b' + + -
2 a b'' - - +
3 a2 b1 + - -
4 a3 b2 - - +