Formulas > =SEQUENCE()

How to Use SEQUENCE() in Google Sheets

Description

Returns an array of sequential numbers, such as 1, 2, 3, 4..

How To Actually Use SEQUENCE() in Sheets

SEQUENCE(rows, columns, start, step)

Try SEQUENCE yourself

In cells A1:A10, use the SEQUENCE formula to generate a list of numbers from 1 to 10. The correct answer must display the numbers vertically in the specified range.

Hints (3)

Better Sheets Tutorial

Magical Numbering

Magical Numbering

Create a sequence of numbers that magically appears as you type in each row. Put this in A1 and start typing in column B: =SEQUENCE(COUNTA(B:B),1,1,1)
Recreate a Starbucks Order Status Sign

Recreate a Starbucks Order Status Sign

Create a status flow chart, like a kanban board but for displaying coffee orders.

Transcript-matched member videos for SEQUENCE(). Click through to watch.

Browse more tutorials
How to Iterate Counting Blank Cells in Google Sheets

How to Iterate Counting Blank Cells in Google Sheets

Count different types of blank cells. Cells with nothing in them.
Embed a Number in a Website from a Google Sheet

Embed a Number in a Website from a Google Sheet

Ever wanted to display some data from a google sheet on your site? Witho...
Hardest Formula: SumIF | Addition Based on Dates / Values

Hardest Formula: SumIF | Addition Based on Dates / Values

Demystifying the SumIF Formula. Add up your values based on a condition,...
Write Apps Script to Create a New Google Sheets Formula

Write Apps Script to Create a New Google Sheets Formula

Create a brand new custom formula in Apps Script. We'll do this for our ...

Learn more about the SEQUENCE() formula:

Generate a SEQUENCE() formula for your needs

Describe your task in plain English and get a paste-ready formula that uses SEQUENCE(). 2 free AI generations, no signup. Members get unlimited use.

Generate a SEQUENCE() formula