How to Use the SEQUENCE Function in WPS on Windows

Last updated:July 13, 2026

Use SEQUENCE through 3 how-to topics, including inserting the function, typing the formula directly, and reviewing syntax and arguments; 3 items are available without membership and 0 are membership-related.

How-to Index

How-to Guide

1. Insert SEQUENCE from Insert Function

Entry point: Formula tab → Insert Function

  1. Select the cell where you want to enter the formula.
  2. Click the fx button in the formula bar, or click Insert Function on the Formula tab.
  3. Search for SEQUENCE in the dialog box.
  4. Select the function and click OK.
  5. Enter the arguments in the function argument dialog box.
  6. Click OK to finish entering the function.

Success Criteria

  • On-screen result: The target cell or spill range shows a sequential array result.
  • What you can do next: You can continue editing arguments, copy the formula, or save the worksheet.

Tips While Using

  • Common mistake: A misspelled function name can make the function harder to find.
  • Argument check: Review the order of rows, columns, start, and step before confirming.

2. Type the SEQUENCE formula directly in a cell

Entry point: Cell → Formula bar

  1. Select the cell where you want to enter the formula.
  2. Type =SEQUENCE(...) directly in the cell or formula bar.
  3. Press Enter to confirm.
  4. If you want to review the argument prompt, type =SEQUENCE( and press F1.

Success Criteria

  • On-screen result: The worksheet returns an array of sequential numbers or dates.
  • What you can do next: You can continue editing the formula, adjust references, or use it in other areas.

Tips While Using

  • Common mistake: Incorrect commas or parentheses can prevent the formula from being recognized.
  • Input check: Make sure the arguments are valid values and that the output area has enough room for the array.

3. Review SEQUENCE syntax and arguments

Entry point: Formula tab → Insert Function

  1. Click Insert Function on the Formula tab.
  2. Enter SEQUENCE in the search box.
  3. Select the function and review the syntax: SEQUENCE(rows, [columns], [start], [step]).
  4. Click the help link for this function to view more details.

Success Criteria

  • On-screen result: You can see the function syntax and argument positions.
  • What you can do next: You can return to the worksheet and continue entering or editing the formula.

Tips While Using

  • Common mistake: Checking only the function name without confirming argument order can lead to unexpected results.
  • Suggested approach: Confirm rows and columns first, then set the start value and step.