Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/127585…
Total Wages Calculations - Web Applications Stack Exchange
Hi, I am using the google sheet on an Appsheet Timesheet App. I am trying to avoid having formulars that are not aligned, can you please assist me with a formula that would give a Total Hours = 17:00:00 if employee clocked in at 12:55pm today and ended 6:12am following day?
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/173341…
Google Sheet combine rows with same date
I'm loosing my mind with problem in Google Sheets. We are using Appsheet to insert data for daily revenue for different services. So rows are days and columns are services with revenue. I have seve...
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/169353…
Writing an Array from Apps Script to Google Sheets
Looking at the , setValues expects a two dimensional array (i.e., an array of arrays). Also looking at the , getValues returns a two dimensional array. This means you have to re-wrap your data variable. So an amended program will look like this: function testertester(){ var ss = SpreadsheetApp.getActive(); var consume = ss.getRange('Consumables').getValues(); var data = [consume[0]]; // we now ...
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/170806…
How can I used the same dropdown list across multiple tabs in a sheet ...
I have a Google Sheet with multiple tabs in it. One for every week of the year. On one of those tabs, called MasterList, I also have a list of items from A1 to A50. I've created a dropdown of those...
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/170142…
google sheets - Web Applications Stack Exchange
I am cataloging items in a spreadsheet using Google Sheets. Every item needs a unique ID, which is a sequential code formatted like ABxxxxxx, where AB000000 < ABxxxxxx < AB999999, starting from
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/116041…
How to set up delays in Google Apps Script? [closed]
To set up a delay on the execution of a Google Apps Script use the method sleep (milliseconds) of Class Utilities. I'm intentionaly not including an example of using this method here because this question is about custom function (a Google Apps Script function used in a Google Shees formula), keep reading. The above will work between code sentences and might be helpful in "regular scripts" to ...
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/175180…
Changing text styles within parentheses (partial cell values)
I'm trying to write a Google Apps Script to italicize any text in parentheses in a specified range in Google Sheets (partial cell formatting). Ideally it would also remove any existing text-only
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/113082…
Setting up decimal separator, thousand separator and date in Google ...
Is there a way to change settings of decimal separator, thousand separator and date format in Google Sheets? I would like to have: dots for decimal, space for thousand date in format YYYY-MM-...
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/12997/…
How can I add birthdays with automatic age to Google Calendar?
The problem with linking it to Google contacts is that I have to add my two-year-old nephew to my contacts for his birthday reminder to appear in my calendar automatically each year (showing his age). It's arguably more important that I remember kids ages than adults, so that makes it irritatingly difficult, given most kids under 12 don't have their own contact information to be listed in my ...
Global web icon
stackexchange.com
https://webapps.stackexchange.com/questions/80213/…
Create a popup in Google Spreadsheet - Web Applications Stack Exchange
How can I create a popup in Google Sheets using the script editor? I'd like to show a popup with a personalized notification. It should start like this: function onOpen() { var ss = SpreadsheetApp.