A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I found the answer on google. I thought I'd share it.
=(ROW(A1)*20-19) & "-" & (ROW(A1)*20)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Answer recommended by moderator
I found the answer on google. I thought I'd share it.
=(ROW(A1)*20-19) & "-" & (ROW(A1)*20)
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
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