How to renumber a numbered column in Excel

I have a column in Excel formatted as a number column (from 1 to 200). Now I want that column to be numbered from 201 to 400 instead. Can someone please help me on how to do it without going through each cell and changing the number there?

2 Answers

In your cells with 1 and 2 simply type 201 and 202, select these two cells.

Click with the mouse on the handle at the bottom right of these two cells, hold left mouse key and drag the mouse down until 400 is reached.

enter image description here

1

If one has Excel O365, just remove all values and in your top cell use:

=SEQUENCE(200,,200)

Makes it super easy to adjust.

Otherwise just change the top cell to 200 and double click the cell's bottom-right square for quick fill.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like