Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default consecutive numbering

I would like to start numbering 1 - 500 in a column and 1 - 30 in a row. Is
there some way to do this with a function?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default consecutive numbering

There are many ways of achieving this, but if you want a function then
the easiest is to put 1 in your starting cell (suppose this is A1) and
then in A2 put this formula:

=A1+1

and copy this down.

In B1 you can enter this formula:

=A1+1

and copy this across.

Hope this helps.

Pete

On Sep 4, 11:44*pm, rafonss wrote:
I would like to start numbering 1 - 500 in a column and 1 - 30 in a row. *Is
there some way to do this with a function?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default consecutive numbering

Hi,
this did not work for me. Copying =A1+1 in A3 always give me 2 instead of
number 3. am i reading your note correctly? thanks

"Pete_UK" wrote:

There are many ways of achieving this, but if you want a function then
the easiest is to put 1 in your starting cell (suppose this is A1) and
then in A2 put this formula:

=A1+1

and copy this down.

In B1 you can enter this formula:

=A1+1

and copy this across.

Hope this helps.

Pete

On Sep 4, 11:44 pm, rafonss wrote:
I would like to start numbering 1 - 500 in a column and 1 - 30 in a row. Is
there some way to do this with a function?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default consecutive numbering

If you copy cell A2, containing =A1+1, down into A3, the formula will become
=A2+1.
--
David Biddulph

Milan L wrote:
Hi,
this did not work for me. Copying =A1+1 in A3 always give me 2
instead of number 3. am i reading your note correctly? thanks

"Pete_UK" wrote:

There are many ways of achieving this, but if you want a function
then the easiest is to put 1 in your starting cell (suppose this is
A1) and then in A2 put this formula:

=A1+1

and copy this down.

In B1 you can enter this formula:

=A1+1

and copy this across.

Hope this helps.

Pete

On Sep 4, 11:44 pm, rafonss
wrote:
I would like to start numbering 1 - 500 in a column and 1 - 30 in a
row. Is there some way to do this with a function?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default consecutive numbering

Another option...in the first cell of the column you want to number from 1-500 put

=ROW(1:1)

and fill down as needed. In the first cell of the row you want numbered from
1-30 put

=COLUMN(A:A)

and fill right as needed.


Milan L wrote:
Hi,
this did not work for me. Copying =A1+1 in A3 always give me 2 instead of
number 3. am i reading your note correctly? thanks

"Pete_UK" wrote:

There are many ways of achieving this, but if you want a function then
the easiest is to put 1 in your starting cell (suppose this is A1) and
then in A2 put this formula:

=A1+1

and copy this down.

In B1 you can enter this formula:

=A1+1

and copy this across.

Hope this helps.

Pete

On Sep 4, 11:44 pm, rafonss wrote:
I would like to start numbering 1 - 500 in a column and 1 - 30 in a row. Is
there some way to do this with a function?




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default consecutive numbering

Hi,

Try using =COLUMN() or =ROW()

Dave

url:http://www.ureader.com/msg/104238531.aspx
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
Consecutive numbering Lella Excel Discussion (Misc queries) 12 September 26th 12 10:37 AM
Auto consecutive numbering abchildress Excel Discussion (Misc queries) 2 October 3rd 07 09:59 PM
User Form: Consecutive numbering Sabine Excel Worksheet Functions 1 September 18th 06 09:07 PM
consecutive numbering joan Excel Discussion (Misc queries) 1 November 16th 05 06:41 PM
consecutive numbering [email protected] Excel Discussion (Misc queries) 1 October 10th 05 09:43 PM


All times are GMT +1. The time now is 11:45 AM.

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"