enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Guidelines and examples of array formulas - Microsoft Support

    support.microsoft.com/en-us/office/guidelines-and-examples-of-array-formulas-7...

    The following examples show you how to create multi-cell and single-cell array formulas. Where possible, we’ve included examples with some of the dynamic array functions, as well as existing array formulas entered as both dynamic and legacy arrays.

  3. Create an array formula - Microsoft Support

    support.microsoft.com/en-us/office/create-an-array-formula-e43e12e0-afc6-4a12...

    Excel provides two types of array formulas: Array formulas that perform several calculations to generate a single result and array formulas that calculate multiple results. Some worksheet functions return arrays of values, or require an array of values as an argument.

  4. Dynamic array formulas and spilled array behavior

    support.microsoft.com/en-us/office/dynamic-array-formulas-and-spilled-array...

    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. Video: Array formulas - Microsoft Support

    support.microsoft.com/en-us/office/video-array-formulas-8ff8257a-b28e-4e81-b4f...

    You can use array formulas to do complex tasks, such as: Count the number of characters that are contained in a range of cells. Sum only numbers that meet certain conditions, such as the lowest values in a range or numbers that fall between an upper and lower boundary.

  6. Use array constants in array formulas - Microsoft Support

    support.microsoft.com/en-us/office/use-array-constants-in-array-formulas...

    You can use constants in your array formulas or by themselves. In your array formula, type an opening brace, the values you want, and a closing brace. Here's an example: =SUM(A1:E1*{1,2,3,4,5})

  7. Excel functions that return ranges or arrays - Microsoft Support

    support.microsoft.com/en-us/office/excel-functions-that-return-ranges-or...

    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.

  8. MAKEARRAY function - Microsoft Support

    support.microsoft.com/en-us/office/makearray-function-b80da5ad-b338-4149-a523...

    Returns a calculated array of a specified row and column size, by applying a LAMBDA. Syntax =MAKEARRAY(rows, cols, lambda(row, col)) The MAKEARRAY function syntax has the following arguments and parameters: rows The number of rows in the array. Must be greater than zero.

  9. Using structured references with Excel tables - Microsoft Support

    support.microsoft.com/en-us/office/using-structured-references-with-excel...

    Structured references make it easier to use formulas with Excel tables by replacing cell references, such as C2:C7, with predefined names for the items in a table.

  10. UNIQUE function - Microsoft Support

    support.microsoft.com/en-us/office/unique-function-c5ab87fd-30a3-4ce9-9d1a...

    Learn about the UNIQUE function, which returns a list of unique values in a list or range. UNIQUE is in a class of functions called dynamic arrays.

  11. Implicit intersection operator: @ - Microsoft Support

    support.microsoft.com/en-us/office/implicit-intersection-operator-ce3be07b...

    The implicit intersection operator was introduced as part of substantial upgrade to Excel's formula language to support dynamic arrays. Dynamic arrays bring significant new calculation ability and functionality to Excel.