
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...
Is it possible to refer to a whole column in Google Spreadsheets using ...
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.
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 is locat...
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-down list) has a …
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 …
Google Sheets auto move to next cell - Web Applications Stack Exchange
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 create the cor...
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 use query …
Script to have Google Sheets jump to the next available row in column …
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 = …
How do I get a substring from a cell in Google Apps Script?
Sep 11, 2017 · More context (code) would help. Also, perhaps Stack Overflow would be a more suitable place for this question, since it is a programming question. There's a google-apps-script tag there too.
Is it possible to add an IF to a SORT function?
Google Sheets allows for scripting in sheets. Maybe you should look into that as an option.