python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
In Google Sheets, how to copy tab to another tab in SAME workbook using Script, if the dimensions of the starting sheet are dynamic?
Background & goal:
I'm using multiple Google Sheets that are each an interactive interface for multiple users, with various triggers and functions built in. The problem is that, even with instruct...
MUNGHOLMI
Votes: 0
Answers: 1
google script | I need to calculate the difference between two dates, which have as a parameter a specific data of a column
to explain better, I have the id column and the data column:
enter image description here
I would like to know if there is a way to calculate the difference in column dates using this patient id as a ...
Natalia Santis
Votes: 0
Answers: 1
Update order status if all items in order are complete (i.e. Set first cell value of group of rows have same number and match a value)
I populate a google sheet with customer orders. Each row is an item in an order, so there could be multiple rows for the same order.
I would like to use a script that updates an order status (column A...
rockeypjb
Votes: 0
Answers: 1
Can you use 'doPost' in a Library?
I'm trying to put a doPost inside an Apps Script library. Is that possible?
It doesn't seem to work like this?
function doGet(e) {
return HtmlService.createHtmlOutput("hello");
}
function...
Dave Reckoning
Votes: 0
Answers: 0