I am trying to implement checkboxes to populate the Home and Away Teams name in B7 and D7 when its checked and cleared when unchecked.
The only formula i came up with and it doesn't work is =IF(F3,H3,"")
use:
=INDEX(TEXTJOIN(; 1; IF(F3:F53; G3:G53; )))