Search code examples
google-sheetscheckboxgoogle-sheets-formulatextjoinifs

Checkboxes to insert value in specific cells


enter image description here

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,"")


Solution

  • use:

    =INDEX(TEXTJOIN(; 1; IF(F3:F53; G3:G53; )))