Top "Array-formulas" questions

A formula that works with an array as opposed to single data values

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
Array formula on Excel for Mac

I need to call LINEST in Excel 2011 for Mac, I would say - this was a detective story. My laziness, …

excel macos array-formulas excel-2011
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
How do I combine COUNTIF with OR

In Google Spreadsheets, I need to use the COUNTIF function on a range with multiple criteria. So in the table …

regex google-sheets countif google-sheets-formula array-formulas
Have formula treat value as text, not numeric

I have an Excel formula reading data from a column. The data in that column is sometimes a date-like format, …

excel worksheet-function array-formulas
Count Unique values with a condition

In column A I have list of different names. In column B, I have values either 0 or 1. I want to …

excel excel-formula formula pivot-table array-formulas
vlookup with multiple columns

I have the following formula in my B:B column =VLOOKUP(A1;'mySheet'!$A:$B;2;FALSE) It does output in …

excel excel-formula excel-2010 array-formulas
How do I use a nested IF(AND) in an Excel array formula?

How do I get a nested 'AND' to work inside 'IF' in an array formula? I reduced my problem to …

excel excel-formula array-formulas
Make Google Spreadsheet Formula Repeat Infinitely

Okay so I have a Google Form that dumps info into a spreadsheet. On each line I need to have …

google-sheets google-forms array-formulas