Top "Google-sheets" questions

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

How to debug Google Apps Script (aka where does Logger.log log to?)

In Google Sheets, you can add some scripting functionality. I'm adding something for the onEdit event, but I can't tell …

debugging google-apps-script google-sheets triggers
How to utilize date add function in Google spreadsheet?

I believe the issue I am having now should be much easier in MS Excel. However, since my company uses …

google-sheets formula
How can I copy a conditional formatting from one document to another?

Google Spreadsheets can copy cell format to destination cell, but it seems "Conditional formatting" information didn't be copied. Can we …

google-sheets gs-conditional-formatting
Accessing Google Spreadsheets with C# using Google Data API

I'm having some information in Google Spreadsheets as a single sheet. Is there any way by which I can read …

c# google-sheets google-api-dotnet-client google-data-api google-sheets-api
Add a "sort" to a =QUERY statement in Google Spreadsheets

I've setup a simple =QUERY statement that will pull targeted rows/columns out of a 'response' sheet and put them …

google-sheets excel-formula
How to use GOOGLEFINANCE(("CURRENCY:EURAUD")) function

This function: GOOGLEFINANCE(("CURRENCY:EURAUD")) works well in Google Sheets, I have searched the web up and down for some …

google-sheets currency google-finance google-finance-api
How to get the current time in Google spreadsheet using script editor?

There is an option to write a script and bind it to a trigger. The question is, how to get …

google-apps-script google-sheets
Counting number of occurrences in column?

What would be a good approach to calculate the number of occurrences in a spreadsheet column? Can this be done …

google-sheets google-sheets-formula array-formulas
How to Force New Google Spreadsheets to refresh and recalculate?

There were some codes written for this purpose but with the new add-ons they are no longer applicable. Thanks in …

google-sheets