Auto-fill field with 0 and put a button in the column

I have in my table the last 5 columns that your answers should only be answered with 0 and 1, I want the application to let me select as a button for each column by sending a 1 to the column on the sheet and if I do not select one, send me a 0 automatically, in short 1. I want to automatically register 0 if I leave the fields blank and 2. how to make the field a button? that if I spike it, send a 1

0 1 204
1 REPLY 1

  • Instead of leaving the field blank, you could instead utilize the โ€œInitial valueโ€ and default everything to 0
    • This way everything is already at 0, itโ€™s only when a user physically changes the value to 1 that things change.

For this youโ€™ll want to check out the โ€œEnumโ€ column type

Top Labels in this Space