How to Auto Numbering in Excel

This post will guide you how to auto numbering in a column in Excel. How do I automatically number columns with a formula in Excel 2013/2016.

Assuming that you want to fill in a column with serial numbers in your worksheet. And this tutorial will show you there methods for auto-numbering in column B.

Method1: Auto Numbering with Row Function


You can use the Row function to auto numbering in column B, just type the following formula in Cell B1, and press Enter key on your keyboard, and then drag the AutoFill Handle down to other cells.

=ROW()

auto numbering 1

Method2: Auto Numbering with OFFSET Function


You can also use another formula based on the OFFSET function to achieve the same result. Just type the following formula into a blank Cell.

=OFFSET(A1,-1,0)+1

auto numbering 2

Method3: Auto Numbering with AutoFill Handle


You can use AutoFill Handle function to automatic column numbering in Excel. Just do the following steps:

#1 type the first number of your sequence into the first cell into which you want your automatic numbering to start.

auto numbering3

#2 select this cell, and move your mouse on the bottom-right corner of the selected cell so that your cursor changes to the shape as a plus sign.

#3 click and hold left mouse button down and drag it down to other cells. Then release the mouse button to finish your automatic numbering.

auto numbering4

#4 click the Fill options to expand the option, and select Fill Series option.

auto numbering5

Leave a Reply