EXCEL Fill sequence function

The EXCEL Fill sequence function in RPA.

Help CentreBuilding Processes

This article describes the RPA Excel functionality to fill a column with sequential numbers or dates.

For a full list of available functions, please read EXCEL functions.


Description

The Fill sequence function populates a column with sequential values. You specify the starting value, the step (increment), and whether to generate numbers or dates. Each row gets the next value in the sequence.


Examples

StartStepTypeResult
11Number1, 2, 3, 4, 5, …
10010Number100, 110, 120, 130, …
2025-01-017Date2025-01-01, 2025-01-08, 2025-01-15, …

Setting it up

To use the Fill sequence function, follow these instructions:

{{popups:rpas/add:action=excel-fill-sequence}}

Once on a process map:

  1. Navigate to the process where you would like to add the function
  2. Click on the green button’s drop-down
  3. Click on “+ Activity”
  4. Select the EXCEL Fill sequence option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
ColumnYesText-The name of the column to fill with sequential values
Start valueNoText1The first value in the sequence. For dates, use a date string like 2025-01-01.
StepNoText1The increment between values. For dates, this is the number of days.
TypeNoSelectNumberWhether to generate numbers or dates

Output

This function does not return a value. It modifies the sheet in place.


Tips

  • The sequence fills all rows that have data in other columns
  • Use negative steps to count down (e.g. start=100, step=-1)
  • For dates, the step is in days – use 7 for weekly, 30 for monthly

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.