About 10,000 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. 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 …

  3. 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 …

  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 generate a random string? - Web Applications Stack Exchange

    Feb 9, 2015 · I need to create a random string of 8 characters for every row in Google Spreadsheet. Basically string should contain letters and numbers upper and low case only, example: LZJ2cuWT …

  6. Convert all text to UPPERCASE in a Google Spreadsheet

    Aug 19, 2018 · I have a spreadsheet I'm sharing with others to collect some data. Each person is just (supposed to be) putting a single character in any of a range of cells. How can I cause those cells to …

  7. 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 < …

  8. Can I set the number format to show exactly 2 decimals only when …

    Feb 18, 2016 · I want to set the number format as below: If the number have more than 2 decimals, round it to 2 only (e.g. 12.3456 -> 12.35). If the number is whole number, just let it be (e.g. 12 -> 12).

  9. 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 …

  10. 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 …