About 137,000 results
Open links in new tab
  1. SEQUENCE function - Microsoft Support

    The SEQUENCE function allows you to generate a list of sequential numbers in an array, such as 1, 2, 3, 4. In the following example, we created an array that's 4 rows tall by 5 columns wide …

  2. Automatically number rows in Excel - Microsoft Support

    The sequence might be interrupted if you add, move, or delete rows. You can manually update the numbering by selecting two numbers that are in the right sequence and then dragging the …

  3. Create a list of sequential dates - Microsoft Support

    You can quickly create a list of dates, in sequential order, by using the Fill Handle or the Fill command.

  4. Create a UML sequence diagram - Microsoft Support

    A UML sequence diagram shows how a set of objects interact in a process over time. It shows the messages that pass between participants and objects in the system, and the order in which …

  5. Using Flash Fill in Excel - Microsoft Support

    Combine text from two or more cells into one cell. Have Excel automatically fill your data when it detects a pattern. For example, the months of the year, the days in a month, or a sequence of …

  6. Change the numbering in a numbered list - Microsoft Support

    Change numbering on a list to any number, such as continuing a list after a paragraph.

  7. Dynamic array formulas and spilled array behavior - Microsoft

    Spill means that a formula has resulted in multiple values, and those values have been placed in the neighboring cells. For example, =SORT (D2:D11,1,-1), which sorts an array in descending …

  8. Fill data automatically in worksheet cells - Microsoft Support

    Automatically fill a series of data in your worksheet, like dates, numbers, text, and formulas. Use the AutoComplete feature, Auto Fill Options button and more.

  9. Order of events for database objects - Microsoft Support

    When you move the focus to an existing record on a form, enter or change data in the record, and then move the focus to another record, the following sequence of events occurs for the form:

  10. VSTACK function - Microsoft Support

    Example 1 Vertically appends two simple arrays in sequence so that the results are one array.

  11. Dynamic array formulas vs. legacy CSE array formulas

    SEQUENCE (ROW ()) can be used to replicate the old behavior of ROW in a legacy array formula. Any new formulas that return more than 1 result will automatically spill.