Set the serial number every 15th column

  • Thread starter Thread starter SJ
  • Start date Start date
S

SJ

Hi All.

I would like to set the serial number every 15th column.
For example,

A B C ..................
1
2
3
..
..
15 1
..
..
30 2
..
..
45 3


Is there any formula for A column?


Thanks in advance
SJ
 
In A1 and then copy down

=IF(MOD(ROW(),15)<>0,"",ROW()/15)

Copy Col A and paste special as values.
 
1. Type 1 into cell A15.
2. Select A1:A15.
3. Click on the fill handle, hold the left mouse button,
and fill down as far as needed.

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top