The SEQUENCE function in Excel creates an array of consecutive integers. The array can be one or two dimensional, as defined by the rows and columns inputs.
Syntax :
==SEQUENCE (rows, [columns], [start], [step])
Parameters :
rows –
columnsĀ –
start –
step –
Example :
If you need a short sample database, here’s an example of how to use SEQUENCE with TEXT, DATE, YEAR, and TODAY to generate a fluid list of weeks for a heading row, with the underpinning date always being the current year. Our formula is as follows:
Ask Your Query