About 259,000 results
Open links in new tab
  1. Add & use checkboxes - Computer - Google Docs Editors Help

    Add custom checkbox values You can add checkboxes with custom values. For example, the custom checked value could be "Yes," and the unchecked value could be "No." On your …

  2. Add & use checkboxes - Android - Google Docs Editors Help

    Customize a pivot table Add & use checkboxes Visit the Learning Center Using Google products, like Google Docs, at work or school? Try powerful tips, tutorials, and templates. Learn to work …

  3. Add and use tick boxes - Computer - Google Docs Editors Help

    Add custom tick box values You can add tick boxes with custom values. For example, the custom ticked value could be 'Yes', and the unticked value could be 'No'. On your computer, open a …

  4. Add & use checkboxes - iPhone & iPad - Google Docs Editors Help

    To add checkboxes, on your computer, open a spreadsheet in Google Sheets. After you add checkboxes on your computer, you can check and uncheck a cell from your iPhone or iPad.

  5. How to use Conditional Logic to auto insert a check box in cell?

    This is possible in sheets using a formula like =IF (C6<>"",TRUE,FALSE) and using data validation for the checkbox in the cell. If you would like to have this demonstrated, take a look …

  6. How to make a checkbox should show up only if the next

    Hi B Spit, Use conditional formatting to set the text color of the checkboxes to white to make them invisible. An invisible checkbox cannot be toggled accidentally. Select the range B1:B, choose …

  7. Add and use tick boxes - iPhone and iPad - Google Help

    To add tick boxes, on your computer, open a spreadsheet in Google Sheets. After you add tick boxes on your computer, you can tick and untick a cell from your iPhone or iPad.

  8. How do I add a date and timestamp next to a checked checkbox?

    How do I add a date and timestamp next to a checked checkbox? There is just one section of my sheet that has checkboxes and I would like a date and time stamp to be placed next to the …

  9. Set conditional formatting to use a checkbox to change

    Nov 17, 2022 · Set conditional formatting to use a checkbox to change row color individually throughout the sheet I am attempting to set up a sheet that utilizes check boxes so that it will …

  10. Script to automatically add checkboxes to a non-empty row

    Sep 20, 2021 · I have three tabs that I would like to automatically add a checkbox to a row in column D if a Column C in that row is not empty. I have looked through the other questions …