Top "Google-sheets" questions

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

How to extract response items from a Google Form

I have made a form to capture 2 data. Email address. Group which user wants to subscribe to. Each group has …

google-apps-script google-sheets google-forms
How to calculate the sum of VLOOKUP with two criteria?

I'm looking for a clean(er) way (than using SUMIF with a third row) to calculate the sum of the …

google-sheets gs-vlookup
How to use ARRAYFORMULA + FILTER within Google Spreadsheet?

I have a Google spreadsheet with basically a dictionary of key/value pairs. Keys are unique. In a second sheet …

google-sheets array-formulas gs-vlookup
Android - Google Spreadsheet Api

I can't get which libs i should use for developing an Android app that menages Google spreadsheet. I need connecting, …

java android api google-sheets google-drive-api
Google Sheets Pivot Table Not Updating

I have a google app script which submits info to an organized sheet and would like to create a pivot …

google-apps-script google-sheets pivot-table
Update a Cell with C# and Sheets API v4

Does anyone have a good C# example for updating a cell with the v4 API? I have the get cell …

c# google-sheets google-api google-sheets-api google-api-dotnet-client
How to query multiple sheets and merge the data?

I have 15 sheets that use the same template, for 15 different users. I would like to make a query on all …

google-sheets google-sheets-query
Highlight cell if value is present in any cell in another column

I want to highlight the cell in column A if it is repeated anywhere in column B. For example: A | …

google-sheets gs-conditional-formatting google-sheets-formula
How to connect google sheet with power bi?

I am trying to connect google sheet with power bi using R Studio, there is a video on youtube by …

google-sheets powerbi powerbi-datasource
Google Sheets Error "Array Arguments to SUMIFS are of different size"

Converting from an Excel file (where this works fine), I have a SUMIFS formula that is returning an error "Array …

google-sheets sumifs