Everything you need in one place

SolveItNow
123

Programming

Number generator

ranges with spacing

Generate numeric sequences within any range, with a custom increment (step), spacing, and display direction. Perfect for raffles, test lists, spreadsheets, and any situation that calls for a ready-to-copy sequence.

How to use

  1. 1Set the starting and ending value of the range in the 'From' and 'To' fields.
  2. 2Choose the increment (step) between numbers — it can be decimal, like 0.5.
  3. 3Select how many spaces to use between values and the list direction (horizontal or vertical).
  4. 4Copy the generated list with one click to use in spreadsheets, code, or raffles.

Practical examples

Generate numbers for a raffle

Create a list from 1 to 100 with an increment of 1 to draw participants.

Build a decimal sequence for testing

Generate numbers from 0 to 1 with a step of 0.1 to test how your system handles fractional values.

Build a list to paste into a spreadsheet

Generate the sequence vertically to paste directly into an Excel or Google Sheets column.

Frequently asked questions

Can I use decimal increments?

Yes. The increment field accepts decimal values, such as 0.5 or 0.1, letting you generate fractional sequences in addition to whole numbers.

How does the spacing between numbers work?

You choose how many spaces (or line breaks, in vertical mode) separate each value, making it easy to paste the result into spreadsheets, code, or formatted text.

Can the sequence be displayed vertically?

Yes. Select the 'Vertical' direction to generate one value per line — ideal for pasting directly into a spreadsheet column.

Related tools