how do I automatically add row numbers in column

C

Carole O

Do you want the row numbers in column A? Insert a column, enter 1 in A1,
then click on the lower right part of the cell, and drag it down. This is
probably the easiest way to do this.

Carole O
 
G

gls858

ceegar wrote:

did you see the answer from JE McGimpsey in the other thread you started?

one way:

A1: =ROW()

Copy down as far as necessary.



Another way is 1 in A1 2 in A2 highlight both cells then drag
it from the right hand corner down the column.

gls858
 
G

Gord Dibben

Carole

With a 1 only in A1 you cannot drag/copy down using left mouse button or you
will get all 1's as you have discovered.

With a 1 in A1, RIGHT-click and drag down. Release button and select "fill
series" from the menu that pops up.

Best to go with JE's advice with the =ROW()

If you delete a row, you don't have to make any alterations.


Gord Dibben Excel MVP
 

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

Top