In my first column, I want to autonumber it from 1, 2, 3, 4, ..., x. How do I do that?
migrated from stackoverflow.com Apr 13 '10 at 2:13
|
Normally, you just fill A1 in with 1, fill A2 with the formula =A1+1, and then drag the black box on the bottom right of cell A2 down as far as you want to go. Alternately, you can always just use =ROW() to have to output the row number of the cell. |
|||||||
|
|
For most sequences, you can do this:
|
|||
|
|
|
=1+R[-1]C As you can check on the Microsoft Office Online Help, Excel doesn't have any tool for doing that, but you can fill it with the ROW function... |
|||
|
|
|
As you can check on the Microsoft Office Online Help, Excel doesn't have any tool for doing that, but you can fill it with the ROW function... Quoting:
|
|||
|
|