How does it work?
This tool keeps the first number in your text and replaces all other numbers with a sequence that increments from that first number. It's useful for:
- Creating numbered lists with consistent increments
- Generating sequential IDs or reference numbers
- Fixing inconsistent numbering in documents
- Creating test data with predictable number patterns
You can specify how much to increment by using the "Increment by" field. The default is 1.
Example
Original text
Item 5, Item 8, Item 12, Item 20
Price: $10.50, $15.75, $8.25, $22.00
Version 2.0, Version 3.5, Version 1.8
Room 101, Room 203, Room 305After creating sequence (increment by 1)
Item 5, Item 6, Item 7, Item 8
Price: $9, $10, $11, $12
Version 13, Version 14, Version 15
Room 16, Room 17, Room 18The tool works with:
- Integers (e.g., 5, 6, 7, 8...)
- Decimal numbers (e.g., 10.5, 11.5, 12.5...)
- Negative numbers
How the sequence works:
- The first number in your text is kept as is
- The second number becomes: first number + increment value
- The third number becomes: first number + (2 × increment value)
- And so on...
Note: The tool preserves the format of each number. If the original number was an integer, the replacement will be an integer. If it was a decimal, the replacement will be a decimal.
Related Tools
- Increment Numbers - Increment all numbers in text by a specified value
- Decrement Numbers - Decrement all numbers in text by a specified value
- Duplicate and Increment - Duplicate lines and increment numbers
- Duplicate and Decrement - Duplicate lines and decrement numbers
- Increment Duplicates - Increment numbers in duplicate lines
All Tools
See all available tools