how to increment no on excel spreed sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

f I have one excel spree sheet and I want to add line no on the first
columnA, from 1 to 100, how do I do that?
ColumnA ColumnB
1 abc
2 ddd
3 add
4 eee


thanks.

Lillian
 
Two ways to do that

First method
Enter 1 in A1
Enter =A1+1 in A2
Copy A2 from A3 to A100

Another method
Enter =row() in A1
Copy A1 from A2 to A100

Alok Joshi
 
You could also use the "fill handle":

Enter a "1" in cell A1.
Move your mouse to the bottom right corner of the cell until it changes to a
wide-looking + symbol.
Hold down Ctrl and drag your mouse down for 99 more rows.
Let go. Numbers fill in column A from 1 to 100.
If you don't hold down Ctrl, it copies the identical number 100 times instead.
Holding or not holding Ctrl has the opposite fill effect if your column
contains dates instead of numbers (i.e. you hold down Ctrl to get the SAME
date several times, or don't hold it down to get the natural sequence of
dates in the calendar).

Pretty neat, isn't it?
 
Yes that is another way. Also I did not know about the opposite behavior of
the dates. Thanks.
 

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