I need to automatically add checkboxes in column F but only when column G contains a value in the same row.Conversely, I want a checkbox to disappear or be disabled when the cell in column G in the same row is emptied.
A search of Stack Exchange does not show suitable solutions. Tried using an onEdit(e) script to create and delete checkboxes but that failed.
How do I easily add and remove checkboxes in rows depending on whether column G contains a value or not?