Adding button to clear checklist items in Google Sheets

Igor Lebich
Igor Lebich
4.9 هزار بار بازدید - 2 سال پیش - In one of my videos
In one of my videos I mentioned a way to create an automatic checklist in Google Sheets. Some of the viewers requested a video on how to add a button, that would clear all checks.

Well, here it is, hope it helps.

https://lebichmedia.com/ - my services

The formula

function Clear() {
 var range = SpreadsheetApp.getActiveSheet().getRange("A5:a14");
 range.setValue(false);
}
2 سال پیش در تاریخ 1401/11/05 منتشر شده است.
4,946 بـار بازدید شده
... بیشتر