79348957

Date: 2025-01-11 21:58:09
Score: 0.5
Natty:
Report link

Not the best, but. Formula in B3 dragged right:

=LET(a,TAKE(FILTER($A$2:A2,$A$1:A1=1),1,-3),IF(COUNTA(a)>=3,SUM(a),0))

Result:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: user11222393