79291068

Date: 2024-12-18 12:26:19
Score: 1
Natty:
Report link

You can replace your formula with:

=TEXTJOIN(" ",TRUE,C1,"mastered the following suffixes:",FILTER(A2:A4,B2:B4=1))

And use the additional formula for checkboxes that aren't ticked:

=TEXTJOIN(" ",TRUE,C1,"is still working on the following suffixes:",FILTER(A2:A4,B2:B4=0))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vlado Bošnjaković