Top "Google-sheets" questions

Use this tag for questions about interacting with Google Sheets programmatically.

Linking to another tab in Google Sheets

I have a Google Sheets workbook with more than 70 tabs, or sheets, in it. In one of them, I have …

google-sheets google-sheets-api
ISO-8601 String to Date in Google Sheets cell

I have a bunch of ISO-8601 formatted strings in a column of my sheet. How can I get google sheets …

google-sheets google-docs
Send Email when value changes in Google Spreadsheet

I am trying to figure out, how do the following in Google Spreadsheet. Send email when a value changes in …

google-apps-script google-sheets spreadsheet sendmessage
How to convert Time into decimal float in Google Sheets using Script?

I want to convert the time HH:MM into H.xx Like I am getting it in this format: Sat …

google-apps-script google-sheets google-sheets-api
Displaying Lakhs and Crores in Google Sheets

I would like to use Google Sheets for its convenient global access, but I really need to display numbers in …

google-sheets
How to parse an HTML string in Google Apps Script without using XmlService?

I want to create a scraper using Google Spreadsheets with Google Apps Script. I know it is possible and I …

javascript parsing google-apps-script google-sheets html-parsing
Is there a way to evaluate a formula that is stored in a cell?

In a Google Docs spreadsheet, I'm looking for something like =EVAL(A1) where A1 is set to "=1+2". I found out …

google-apps-script google-sheets google-sheets-formula evaluate
Add and Subtract Times

I'm working on a spreadsheet in Google Sheets that takes lap times (from running track splits) and subtracts them (to …

time google-sheets addition duration subtraction
Order columns in a spreadsheet from a google docs form

you can't move columns in the table from side to side since doing so would disrupt the structure from the …

google-sheets google-forms
Periodically refresh IMPORTXML() spreadsheet function

I have a large sheet with around 30 importxml functions that obtain data from a website that updates usually twice a …

google-apps-script google-sheets google-sheets-formula google-sheets-importxml gs-installable-triggers