Excel Function
SEQUENCE
Generates sequential numbers in an array.
SEQUENCE(rows, [columns], [start], [step])Arguments
rows
RequiredEnter a numeric value.
columns
OptionalEnter a numeric value.
start
OptionalEnter a numeric value.
step
OptionalEnter a numeric value.
Practice Preview
display dynamic array results. Use SEQUENCE to Generates sequential numbers in an array. use 5 for rows, use 1 for columns, use 1 for start, use 1 for step. Fill the argument fields below and complete a formula that achieves this goal.
Sample correct formula
=SEQUENCE(5, 1, 1, 1)