Top "Array-formulas" questions

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

Transposing data from column to row using references

I have some data in a row, say A1 to Z1, and I would like to link to this data …

excel excel-formula transpose formulas array-formulas
ArrayFormula and "AND" Formula in Google Sheets

In Google Sheets, when using ArrayFormula with AND formula, I don't get the results as it should be. A|B 2|7 …

google-sheets array-formulas
Set ArrayFormula to many Excel cells using VBA

I have an array formula that outputs a single value, and I want to give a whole bunch of cells …

excel vba array-formulas
ARRAYFORMULA() does not work with SPLIT()

Why doesn't the split formula get expanded over the entire column when I use =arrayformula(split(input!G2:G, ",")) ? I …

split google-sheets array-formulas
COUNTIF function if day of week is Tuesday

I need to count a column only if the corresponding cell in another column is a Tuesday. An example image …

excel excel-formula conditional-formatting countif array-formulas
Using MIN/MAX in excel array formula

I have a simple array formula in excel that doesn't work in the way I wish. In columns A and …

excel max min array-formulas
Using MATCH() function with an unsorted list

I'm having an issue with a spreadsheet formula that uses the MATCH() function. =IFERROR(IF(LENB(Y2461)<> 0, "Complete", …

excel excel-formula worksheet-function array-formulas excel-match
Spreadsheet formula to gather all matches into one cell

I've got a spreadsheet which looks like this: A B C D FirstName SurnameName Address UniqueFamilyId --------------------------------------------------------- Abe Black 1 Elm …

google-sheets google-sheets-formula array-formulas
How to insert hyperlink to a cell in Google sheet using formula?

I am trying to insert a hyperlink to a cell in a fashion that can be replicated using '=MATCH()" …

google-apps-script google-sheets hyperlink google-sheets-formula array-formulas
Convert an Array Formula's Text Results into a Usable Format

When the results of an Array Formula are numbers, I find it generally easy to find an appropriate method to …

excel excel-formula array-formulas