About 14,100,000 results
Open links in new tab
  1. Excel functions that return ranges or arrays - Microsoft Support

    This new dynamic array behavior can also affect earlier functions that have the ability to return a multi-cell range or array. Below is a list of functions that could return multi-cell ranges or arrays in what we refer to as pre-dynamic array Excel.

  2. Excel how to return an array that meets a certain condition?

    To return a result from a list based on a single index, use this: This would return Banana. To return results from a list based on multiple indices, you would think to use something like this: This would ideally return {Banana;Orange;Watermelon}. However, this does not return an array.

  3. Array formulas and functions in Excel - examples and guidelines - Ablebits

    Mar 22, 2023 · There exist a few Excel array functions that are designed to return multi-cell arrays, for example TRANSPOSE, TREND, FREQUENCY, LINEST, etc. Other functions, such as SUM, AVERAGE, AGGREGATE, MAX, MIN, can calculate array expressions when entered into a single cell by using Ctrl + Shift + Enter .

  4. Dynamic array formulas and spilled array behavior

    Excel formulas that return a set of values, also known as an array, return these values to neighboring cells. This behavior is called spilling . Formulas that can return arrays of variable size are called dynamic array formulas.

  5. Return array with INDEX function - Excel formula | Exceljet

    The Excel INDEX function returns the value at a given location in a range or array. You can use INDEX to retrieve individual values, or entire rows and columns. The MATCH function is often used together with INDEX to provide row and column numbers....

  6. Guidelines and examples of array formulas - Microsoft Support

    Array formulas can return either multiple results, or a single result. Beginning with the September 2018 update for Microsoft 365, any formula that can return multiple results will automatically spill them either down, or across into neighboring cells. This change in behavior is also accompanied by several new dynamic array functions.

  7. How to Create an Array Formula in Excel – 13 Examples

    Aug 3, 2024 · Get the final sale of values by multiplying sales by the number of the packages: An array formula can execute many calculations on one or more items and return many results or only one. There are Multiple Cell array formulas and Single-cell array formulas. There is an array symbol in F5:F13.

  8. Can Excel's INDEX function return array? - Stack Overflow

    Nov 9, 2017 · But to answer your question, INDEX can indeed be used to return an array. Or rather, two INDEX functions with a colon between them: This is because INDEX actually returns a cell reference OR a number, and Excel determines which of these you want depending on the context in which you are asking.

  9. How to Use an Array Formula in Excel (+Examples)

    Aug 29, 2024 · You can use the array formula to return the result in either a single cell or multiple cells depending upon the nature of your task 🤔. This suggests, that an array formula inputs an array and returns a result corresponding to the array. It spills …

  10. How to Return Array Using XLOOKUP in Excel[4 Methods]

    Jun 10, 2024 · Follow these steps to return array, by using XLOOKUP function: Select cell B11. Click the ENTER key. Final Result. After searching for the product name ‘S 23 Ultra,’ it returned an array of associated values, including ‘Company Name,’ ‘Operating System,’ and ‘Price’.

  11. Some results have been removed