About 9,410 results
Open links in new tab
  1. Script to have Google Sheets jump to the next available row in …

    Here is the script that jumps to the cell in column A that is below the last non-empty cell in that column. You can call it from , or from menu, as you wish. function jump() { var sheet = …

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

    Slightly kludgy works for goodenuf solution I just need it done: Leave formatting as 12 hour time format with annoying AM/PM afterwards i.e. 11:59 AM Right justify the cells Narrow the …

  3. Can I have a drop-down list appear in a cell only if another cell ...

    Oct 31, 2021 · What I mean by this is that I want a cell to show a drop-down list (the only kind I know of is from Data Validation) only if another cell (NOT containing Data Validation/drop …

  4. Writing an Array from Apps Script to Google Sheets

    Feb 19, 2023 · 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 …

  5. Send an email with attachment using Google Apps Script

    I have a Google Spreadsheet with a list of emails. I want to build a routine that send email automatically to those email addresses. I also want to attach a PDF to this email. The PDF file …

  6. Is it possible to refer to a whole column in Google Spreadsheets …

    No, I meant that the range A1:A only works in Google Docs - with excel you have to specify both row and column for the end of a range.

  7. Google Sheets auto move to next cell - Web Applications Stack …

    Mar 26, 2019 · I have an ID format checker that has a row of cells that can only have one specific kind of character in each cell, and then all characters are compiled in order into another cell to …

  8. google sheets - Show data validation dropdown on cell if another …

    Using a custom formula for validation never creates a dropdown. Dropdowns are available only for lists of values that are either entered directly into the validation rule, or are contained …

  9. Google Sheets query () "Unable to parse query string" …

    Jul 29, 2022 · I have a sheet where in Column B I have a product name and column D I have the total order value for that product. And then every row is the individual order. I've been trying to …

  10. How can I used the same dropdown list across multiple tabs in a …

    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 …