2021. máj 03.

Get the value of the text in the form

írta: dataanalyticsdemo
Get the value of the text in the form

Demo for the other post

Get the value of the text in the form, TRY IT OUT: First name: GetDATA

Tovább Szólj hozzá

JavaScript TagManager

2021. már 11.

Google scripts: format columns with loops and arrays

írta: dataanalyticsdemo
Google scripts: format columns with loops and arrays

function loopit_percentages() { var percentcols = ['D', 'E','F'] for (var k = 0; k<= percentcols.length -1; k++) { for (var i = 1; i<=20;i++) { var rng = percentcols[k] + i.toString() Logger.log(rng) SpreadsheetApp.getActiveSheet().getRange(rng).setNumberFormat("0.00%") }}} function…

Tovább Szólj hozzá

JavaScript Automation Google Sheets

süti beállítások módosítása