Top "Google-sheets-formula" questions

Use this tag for Google Sheets questions that involve the use of spreadsheet formulas.

Google Spreadsheet SUMIF Date Comparison

I'm trying to get this aggregate date comparison working, and I thought I understood the syntax, but it's clearly not …

google-sheets google-sheets-formula
How do you count cells with a certain partial string?

I have cells with dates that are formatted in different ways (and too messy to re-format, also lots of data) …

string google-sheets count wildcard google-sheets-formula
Google Sheets count how many cells contain a specific word / words?

I'm trying to look at all cells in a set of columns/cells to count how many of them contain …

google-sheets google-sheets-formula
Extract substring after '-' character in Google Sheets

I am using the following formula to extract the substring venue01 from column C, the problem is that when value …

google-sheets google-sheets-formula
Google Sheets Query Language: escape apostrophe

How can I escape an apostrophe inside a SQL query in Google Sheets? Here's my function: =QUERY(QUERY(IMPORTRANGE("XXXXXXX", "…

google-sheets google-sheets-formula google-query-language
Sum values of columns into adjacent column

How can I add values in columns (T,U,V) and put the result in each adjacent cell in column …

google-sheets sum google-sheets-formula
How do I return multiple columns of data using ImportXML in Google Spreadsheets?

I'm using ImportXML in a Google Spreadsheet to access the user_timeline method in the Twitter API. I'd like to …

xpath google-sheets google-sheets-formula google-sheets-importxml
SUMIF with FIND as criteria

I'm trying to summarize data from several Google spreadsheet' sheets in a single one but I have some issues with …

google-sheets google-sheets-formula sumifs