Domenic,
Beautiful formula!!!
I was wondering if when we have four consecutives "1" if we should count this as two sequences of 3 consecutives "1".
1 1 1 1
1 1 1 1
If we have 5, three sequences. 6, 4 sequences, and so on.
In this case, i think, your formula could be adjusted to
=SUM(IF(FREQUENCY(IF(A2:AB2=1,COLUMN(A2:AB2)),IF
(A2:AB2<>1,COLUMN(A2:AB2)))>=3,FREQUENCY(IF(A2:AB2=1,COLUMN(A2:AB2)),IF(A2:AB2<>1,COLUMN(A2:AB2)))-2))
Ctrl+Shift+Enter
Of course this depends on the actual user need. Just speculating ...
M.