In Google Sheets, can you add a blank checkbox to a row automatically when data from a form submission is entered on that row?
I have a Google form attached to a google sheet. The form has 4 questions, so the connected sheet has 5 columns (A-E) including the timestamp of the form submission. I'm trying to have a checkbox added in column F if data from the form is in the corresponding row. Is this possible?
The checkbox needs to be empty until a user manually checks the box, which will indicate that the data in the row has been acknowledged.