Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

I have the following script: function resetDailyCheckboxes() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getActiveSheet(); sheet.getRange('C2:C8').setValue(false); sheet....
beaconbouncer's user avatar
0 votes
1 answer
21 views

I'm trying to build a stock management sheet for my bar, all items have up to 3 serving options, for each serving option I'd like to add price and volume, but they would report to the same master item ...
Kuba Zaleski's user avatar
0 votes
1 answer
72 views

I created a new spreadsheet, from the extensions tab I selected Apps script and I created a new function. The spreadsheet looks like this: A2 is a checkbox, D1 has a custom function: function ...
R.  Barbus's user avatar
  • 105
0 votes
2 answers
75 views

There is nothing unusual about the code I used for displaying sidebars. Here is one example (the others are all the same as this): function displayFormatTableSidebar() { var ui = HtmlService....
Bruce Vaughan's user avatar
3 votes
2 answers
64 views

I am trying to take a value from a cell (B21, which is the sum of B11:B20) and add that value to the existing value in cell B4. Below is what I am currently at to no avail. Has anyone used macros in ...
Conor Smith's user avatar
0 votes
1 answer
38 views

I currently have the below onOpen function that runs when it opens the Google sheet. It goes to the active cell to one row past the current date. I want to use this same macro on sheet1 and sheet2. ...
Charles new's user avatar
-4 votes
1 answer
165 views

I'm trying to repurpose Minesweeper to be used as an obscured map in a puzzle I'm making. I've had the most success in a Google Sheets clone I found that was built with Google Apps Script. I've done ...
moleculemort's user avatar
Advice
0 votes
1 replies
30 views

I've got an ESP32 devkit 1 board connected to the wifi, reading data from a google sheet cell 1:1 every 10 minutes. This gives a crude form of remote control, allowing to send data to the device ...
Noideas's user avatar
  • 123
1 vote
0 answers
95 views

I just recently found out that you can fold code in the Google Apps Script Editor window. However, I'm wondering if anybody knows how it works. On the images I've posted some "functions" ...
BPettis's user avatar
  • 19
-1 votes
0 answers
85 views

I have a HTML form embedded in my Google site. A google script webapp is used to process the form. What I want - and what I don't manage to get working - is that the user gets redirected to a special ...
Congregation EBCR's user avatar
3 votes
0 answers
67 views

I wrote an appscript with condition : any mail, which has not starred/important and readout label as ArchivedBird. function labelReadUnimportant() { const LABEL = 'ArchivedBird'; const label = ...
Mr. Ghosh's user avatar
0 votes
1 answer
53 views

I have a simple script for iterating over files in a directory in my Google Drive and applying regexes to Google Docs. Recently I have been prompted to revise permissions on execute, and when I select ...
Nico's user avatar
  • 1
0 votes
1 answer
64 views

When I get a certain type of email, I need it auto-forwarded to a certain address with a specific cover message. So I wrote a script that scans that inbox and uses the "forward" method to ...
J_Harmon's user avatar
-1 votes
0 answers
70 views

I am creating a Drive backup system in Apps Script, and all goes well. Except, when I try to copy files of type "application/vnd.google-apps.script" into a specific folder using something ...
Tony Broadbent's user avatar
1 vote
0 answers
38 views

It is true - this is the same problem as referenced above - a Google Sheets issue with SpreadsheetApp.getUi(); I have a script on a Google Sheet which clears out old data function ...
Tom Albu's user avatar

15 30 50 per page
1
2 3 4 5
3800