Hi Eddie,
Try something like this in cell B2:
=arrayformula( if( sum(D2:2 + 0), max( len( split( concatenate( left(D2:2) ), "F" ) ) ), "no streak" ) )
...and this in cell C2:
=arrayformula( if( filter( D2:2, D$1:$1 = max(D$1:$1) ), len( sortn( transpose( split( concatenate( left(D2:2) ), "F" ) ), 1, 0, array_constrain( row(A$1:A), columns( split( concatenate( left(D2:2) ), "F" ) ), 1 ), false ) ), "no streak" ) )
Then copy down the formulas.
Your sample spreadsheet is view-only. If you need more help, please share your sample spreadsheet
with "can edit" rights as explained in
this topic. Post back in this thread with the link.
Cheers --Hyde