Top "Google-sheets-formula" questions

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

Conditional formatting based on another cell's value

I'm using Google Sheets for a daily dashboard. What I need is to change the background color of cell B5 …

google-sheets google-sheets-formula gs-conditional-formatting
Count cells that contain any text

I want to count the cells that contain anything within a range. Any cell that contain text, or numbers or …

google-sheets google-sheets-formula
Get the last non-empty cell in a column in Google Sheets

I use the following function =DAYS360(A2, A35) to calculate the difference between two dates in my column. However, the …

google-sheets worksheet-function google-sheets-formula
Count rows with not empty value

In a Google Spreadsheet: How can I count the rows of a given area that have a value? All hints …

google-sheets google-sheets-formula
Apply formula to the entire column

I'm trying to recode all the zip code from Column A into Column B with the formula: =TEXT(A1,"00000") Like …

google-sheets array-formulas google-sheets-formula
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
Multiple IF statements between number ranges

I'm trying to set up a formula with multiple IF statements between number ranges but I'm seeing the error: Formula …

if-statement google-sheets google-sheets-formula
Selecting the last value of a column

I have a spreadsheet with some values in column G. Some cells are empty in between, and I need to …

google-apps-script google-sheets google-sheets-formula array-formulas custom-function
Google Sheet pulling data from another spreadsheet if match

So I'm stuck with something. I have two spreadsheets, column A on each are similar but not identical, some values …

google-sheets google-sheets-formula gs-vlookup
How to union ranges in google spreadsheets

I want to union ranges from any Google spreadsheets. The example Sheet1!A:A {12, 131, 45} Sheet2!A:A {12, 131, 46} The unknown function =…

arrays google-apps-script google-sheets google-sheets-formula