I can see smarter folk than me looking at this but the below would be one way to isolate the discrete sums of the 1 to n arrays, against which you could apply threshold logic.
Formula:
cell of choice
=SUBTOTAL(9,OFFSET($B$1,AGGREGATE(15,6,ROW($B$2:$B$13)/(($B$2:$B$13<>0)*(N(+$B$1:$B$12)=0))-1,ROW(A$1:INDEX($A:$A,SUMPRODUCT(($B$2:$B$13<>0)*($B$1:$B$12=0))))),0,1+AGGREGATE(15,6,ROW($B$1:$B$12)/(($B$2:$B$13=0)*(N(+$B$1:$B$12)<>0)),ROW(A$1:INDEX($A:$A,SUMPRODUCT(($B$2:$B$13<>0)*($B$1:$B$12=0)))))-AGGREGATE(15,6,ROW($B$2:$B$13)/(($B$2:$B$13<>0)*(N(+$B$1:$B$12)=0)),ROW(A$1:INDEX($A:$A,SUMPRODUCT(($B$2:$B$13<>0)*($B$1:$B$12=0))))),1))
so, applying an outer MAX to the above, coupled with a final >= test would give you the boolean response [would need to be confirmed with CTRL + SHIFT + ENTER]
edit: I can't vouch for Google Sheets feasibility as I don't use it, I'm afraid.
Bookmarks