Share via

how do you auto change numbers when dragging in excel

Anonymous
2011-06-04T20:02:17+00:00

If I put a 1 in row A1 amd drag it down it just continues with ones how can i make it so it goes 1,2,3,4,etc?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-06-04T21:11:03+00:00

Put 1 in A1 and 2 in A2, then select A1:A2 and drag it down.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2011-06-05T04:27:08+00:00

    If I put a 1 in row A1 amd drag it down it just continues with ones how can i make it so it goes 1,2,3,4,etc?

    One of the interesting 'toggle' behaviors with the CTRL key is this.

    If you have a 1 in a cell and hold CTRL down while dragging the cell down, Excel will fill in the series 1,2,3,...

    If you don't hold CTRL down and drag, Excel will simply fill in the 1 in each cell.

    If you have a 1 in a cell, say A1 and 2 in A2, then if you select A1:A2 and hold CTRL down while dragging down, Excel will simply repeat the 1,2 pattern.

    If you don't hold down CTRL then, as Rick pointed out, Excel will fill the cells with the series 1,2,3,...

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2011-06-04T23:07:18+00:00

    You can put this in any start cell, say in B2: =ROWS($1:1)

    and just copy down as desired

    And if the serial numbering is to begin from say, 100 (instead of 1),

    just modify it like this in B2, copy down: =ROWS($1:1)+99

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2016-08-06T16:46:57+00:00

    hello,

    Can anyone tell me how to number alternate row in Excel? For example, I want to have 1 in A1, 2 in A3, 3 in A5 etc but I don't want to do it manually.  Is there a formula that can do that for me?

    Someone may be able to tell you. If not it would be easy to add a row between them.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-03-24T19:31:39+00:00

    hello,

    Can anyone tell me how to number alternate row in Excel? For example, I want to have 1 in A1, 2 in A3, 3 in A5 etc but I don't want to do it manually.  Is there a formula that can do that for me?

    Was this answer helpful?

    0 comments No comments