JMcC421,
Welcome to the forum!
Easiest way I know of to do that would be to use helper columns (which can be hidden). Attached is a modified version of your posted workbook.
In cell AA2 and copied over and to AQ2, and then copied down for the number of rows with data (so down to row 11) is this formula:
=IF(COUNTIF($B2:B2,">0"),IF(B2=0,Z2+1,0),0)
That formula will finds all consecutive 0's after the first month with a value.
Then, to determine if there are 6 consecutive 0's, in cell S2 and copied down is this formula:
=IF(COUNTIF(AA2:AQ2,6)>0,1,0)
Does that work for you?
Bookmarks