#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default Repeat row numbers

Excel 2003
I need to number rows on a large spreadsheet from 1 - 27, and repeat 1 - 27,
etc to the end. I'd rather not copy and paste!

TIA

Carole O
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Repeat row numbers

Put 1 in a1, and this formula in A2, and copy down:
=if(a1=27,1,a1+1)

Regards,
Fred

"Carole O" wrote in message
...
Excel 2003
I need to number rows on a large spreadsheet from 1 - 27, and repeat 1 -
27,
etc to the end. I'd rather not copy and paste!

TIA

Carole O


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default Repeat row numbers

In A1 type: =MOD(ROW()-1,27)+1 and copy down.
This will enable deletion of row(s) without producing an Error.
Micky


"Carole O" wrote:

Excel 2003
I need to number rows on a large spreadsheet from 1 - 27, and repeat 1 - 27,
etc to the end. I'd rather not copy and paste!

TIA

Carole O

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default Repeat row numbers

Micky - I copied and pasted the formula, but when I copy down, all I get is
1's all the way down. I like your idea of being able to delete rows without
producing an error. Is there a fix?

Carole O

"מיכאל (מיקי) אבידן" wrote:

In A1 type: =MOD(ROW()-1,27)+1 and copy down.
This will enable deletion of row(s) without producing an Error.
Micky


"Carole O" wrote:

Excel 2003
I need to number rows on a large spreadsheet from 1 - 27, and repeat 1 - 27,
etc to the end. I'd rather not copy and paste!

TIA

Carole O

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default Repeat row numbers

Sorry, Micky - my goof! I had manual formula set.

Thanks for your help!

Carole O

"מיכאל (מיקי) אבידן" wrote:

In A1 type: =MOD(ROW()-1,27)+1 and copy down.
This will enable deletion of row(s) without producing an Error.
Micky


"Carole O" wrote:

Excel 2003
I need to number rows on a large spreadsheet from 1 - 27, and repeat 1 - 27,
etc to the end. I'd rather not copy and paste!

TIA

Carole O



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
do not repeat numbers in a column Wanna Learn Excel Discussion (Misc queries) 3 March 11th 09 07:24 PM
How to repeat numbers in different cells? HWDijkhuizen Excel Discussion (Misc queries) 1 March 2nd 07 02:19 PM
Do not allow repeat numbers BER Excel Discussion (Misc queries) 2 July 18th 06 10:06 AM
Can Excel pick random numbers from 1-300 and not repeat numbers? Julian Excel Discussion (Misc queries) 1 June 7th 06 07:17 AM
IN EXCEL, HOW CAN I TYPE IN NUMBERS AND HAVE THEM NOT REPEAT? LLoana Charts and Charting in Excel 1 November 30th 05 08:42 PM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"