Share via

How to create a specific range of numbers in excel?

Donna Laing 0 Reputation points
2026-05-01T01:53:42.3566667+00:00

I need to create a column of number for ticket sales. The first number in the column will be 1-20. I want the next number to be 21-40 and so on. What formula can I use to create this without have to type each range?

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments

Answer recommended by moderator

  1. Donna Laing 0 Reputation points
    2026-05-01T02:43:49.1266667+00:00

    I found the answer on google. I thought I'd share it.

    =(ROW(A1)*20-19) & "-" & (ROW(A1)*20)

    Was this answer helpful?

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Paulo GM 64,520 Reputation points Independent Advisor
    2026-05-01T02:45:06.26+00:00

    Hi,

    If by columns, you can use this formula into cell A1, then drag it to the right to fill it across the columns.

    =(COLUMN(A1)-1)*20+1 & "-" & COLUMN(A1)*20

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.