Relative Content

Tag Archive for google-sheetsgoogle-apps-script

I want to use a macro to check a value in a sheet and return one of two values

I have three tabs on my Google Sheets – called “Credentials”, “Credentials-fullsales” and “Credentials-reservations”
I need a Macro that goes to each of those tabs, checks the contents of cell B4. If there is a “1” in there, it needs to change it to “2”. If there is a “2” in there, it needs to change it to “1”

I want to use a macro to check a value in a sheet and return one of two values

I have three tabs on my Google Sheets – called “Credentials”, “Credentials-fullsales” and “Credentials-reservations”
I need a Macro that goes to each of those tabs, checks the contents of cell B4. If there is a “1” in there, it needs to change it to “2”. If there is a “2” in there, it needs to change it to “1”

I want to use a macro to check a value in a sheet and return one of two values

I have three tabs on my Google Sheets – called “Credentials”, “Credentials-fullsales” and “Credentials-reservations”
I need a Macro that goes to each of those tabs, checks the contents of cell B4. If there is a “1” in there, it needs to change it to “2”. If there is a “2” in there, it needs to change it to “1”

Google Sheets Recursive Formula

I have spreadsheet that details the number of items to produce. Some of these items are produced in small and big trays. For example, cinnamon swirls are produced on trays of size 9 or 16 and buns are produced on trays of size 12 and 20. There is an algorithm that decides how many of each item should be produced. Then the numbers are rounded to the number of trays. If there is enough of an item for 1/4 of a tray, it is rounded up. For example, if 23 buns are produced, that would translate to a big tray of 20 and a small tray of 12, so 32 buns total. The recursive algorithm looks like this:

Creating a simple time attendance using Google App script

Im making a simple web app using google app script for a simple time attendance. my problem is after clicking the submit button to check or verify the email . the time in button disappear after 2 seconds. or if not press it will not function. can anyone guide me the correct direction for this

Closing tab prevents a script from finishing

I am building a script and want to include some failsafes to prevent the script from getting errors. One of the errors I am attempting to prevent is the script timing out every time the sheet is closed. Even if I reopen the sheet that runs the script before it finishes it’s task it still times out.

Closing tab prevents a script from finishing

I am building a script and want to include some failsafes to prevent the script from getting errors. One of the errors I am attempting to prevent is the script timing out every time the sheet is closed. Even if I reopen the sheet that runs the script before it finishes it’s task it still times out.

Closing tab prevents a script from finishing

I am building a script and want to include some failsafes to prevent the script from getting errors. One of the errors I am attempting to prevent is the script timing out every time the sheet is closed. Even if I reopen the sheet that runs the script before it finishes it’s task it still times out.