
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 with …
Automatically number rows in Excel - Microsoft Support
Unlike other Microsoft 365 programs, Excel does not provide a button to number data automatically. However, you can easily add sequential numbers to rows of data by dragging the fill handle to fill a …
Create a list of sequential dates - Microsoft Support
Fill data automatically in worksheet cells. You can quickly create a list of dates, in sequential order, by using the Fill Handle or the Fill command.
Spilled range operator - Microsoft Support
Learn how to use the spilled range operator to return a spilled array range in its entirety.
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 they occur.
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.
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.
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.
Dynamic array formulas and spilled array behavior - Microsoft Support
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 order, …
HSTACK function - Microsoft Support
HSTACK returns the array formed by appending each of the array arguments in a column-wise fashion. The resulting array will be the following dimensions: Rows The maximum of the row count from each …
WEEKDAY function - Microsoft Support
This article describes the formula syntax and usage of the WEEKDAY function in Microsoft Excel. Returns the day of the week corresponding to a date. The day is given as an integer, ranging from 1 …