About 9,410 results
Open links in new tab
  1. Total Wages Calculations - Web Applications Stack Exchange

    Apr 16, 2019 · 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 …

  2. Google Sheet combine rows with same date

    Dec 27, 2023 · 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 …

  3. Writing an Array from Apps Script to Google Sheets

    Feb 19, 2023 · I have been out of coding for a while and have forgotten much. I am attempting to read data from a selection of cells from one page and then write it to another section if it meets the …

  4. How can I used the same dropdown list across multiple tabs in a sheet ...

    Jun 4, 2023 · 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 …

  5. How to set up delays in Google Apps Script? [closed]

    Apr 5, 2018 · 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 …

  6. google sheets - Web Applications Stack Exchange

    Apr 11, 2023 · 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 < …

  7. Changing text styles within parentheses (partial cell values)

    Mar 14, 2024 · 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

  8. Setting up decimal separator, thousand separator and date in Google ...

    Dec 22, 2017 · 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 …

  9. Create a popup in Google Spreadsheet - Web Applications Stack …

    May 6, 2020 · 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 = …

  10. How can I format time as 12-hour but without the period indicator?

    I am trying to display times in Google Sheets without an AM/PM indicator, but with 12-hour time (not 24-hour "military-style" time). I do not need the AM/PM indicator as it is redundant in my situa...