How can I count cells A1:G1 and if it matches the criteria in the correct order then count and put the count number in cell B12.
Then look at cells A2:G2 and if it matches the criteria in the correct order then count and put the count number in cell B13 and so on
Example:
Cell
... A B D E F G
1 . 3 2 4 1 4 1
2 . 2 3 2 3 3 2
3 . 5 0 4 1 3 2
4 . 2 3 2 3 2 3
5 . 5 0 4 1 3 2
6 . 5 0 4 1 3 2
7 . 4 1 3 2 3 2
8 . 3 2 4 1 4 1
Cell
A12 ....... B12
Number Counts
324141 ... 2
504132 ... 3
232332 ... 1
232323 ... 1
413232 ... 1
414141 ... 0
Then look at cells A2:G2 and if it matches the criteria in the correct order then count and put the count number in cell B13 and so on
Example:
Cell
... A B D E F G
1 . 3 2 4 1 4 1
2 . 2 3 2 3 3 2
3 . 5 0 4 1 3 2
4 . 2 3 2 3 2 3
5 . 5 0 4 1 3 2
6 . 5 0 4 1 3 2
7 . 4 1 3 2 3 2
8 . 3 2 4 1 4 1
Cell
A12 ....... B12
Number Counts
324141 ... 2
504132 ... 3
232332 ... 1
232323 ... 1
413232 ... 1
414141 ... 0