I am trying to find a formula that will count the value in the rows that are greater than 0, that have consecutive values greater than or equal to 4.
This is what I've tried and have gotten an error:
=MAX(FREQUENCY(IF(B2:R2>=4,COLUMN(B2:R2)),IF(B2:R2<>1,COLUMN(B2:R2))))
<tbody>
Name
2010
2011...