Conditionally Insert Checkboxes

Publicado el: 15 abril 2024
en el canal de: Spencer Farris
1,884
28

How to insert checkboxes when a condition is met from manual data

Sheet (make a copy from the File menu)
https://docs.google.com/spreadsheets/...

Script
function onEdit(e){
if (!e) throw "Do not run from Editor";

insertFollowupCheckbox(e);
}

function insertFollowupCheckbox(e){
const r = e.range;

if (r.columnStart != 2 || e.value greater_than_sign 3) return;

r.offset(0,1).insertCheckboxes();
}


I use AppsScript Color for the dark theme, OBS Studio to record, and a Blue Yeti microphone

Connect with me:
• spencer.farris@gmail.com
• spencerfarris.me
• www.linkedin.com/in/spencer-farris/
• Twitter/X @FarrisSpencer
• Google Product Expert support.google.com/docs/profile/12305

Donate on Paypal: spencer.farris@gmail.com


En esta página del sitio puede ver el video en línea Conditionally Insert Checkboxes de Duración hora minuto segunda en buena calidad , que subió el usuario Spencer Farris 15 abril 2024, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,884 veces y le gustó 28 a los espectadores. Disfruta viendo!