Serial Number in Excel (With Practical Examples)

In this article, you will learn about creating the serial number in Excel. We will show you how to create a serial number in Excel using built-in features and formulas. We will also demonstrate how to insert a serial number in Excel with some other features.

You will also learn VBA code to create serial numbers as well. Lastly, you will see some other practical use cases of serial numbers in Excel.

Serial numbers are important for sorting, ordering, and maintaining the consistency of data in Excel. It plays a vital role in tracking and analyzing data as well. Further, you will see some practical examples of serial numbers in Excel in this guide.

Serial Number in Excel


Add Serial Number in Excel with Built-in Features

Here in the dataset, we have the Names and CGPAs of multiple students, but the Serial Number column is blank. We will generate serial numbers using the built-in features of Excel.

Dataset for Serial Number in Excel


1. Use the Fill Handle Feature

  • Input 1 in cell B5 and 2 in cell B6 manually.
  • Select range B5:B6 and use Fill Handle to AutoFill data in range B7:B14.

Using Fill Handle


2. Apply the Fill Series Option of Excel

  • Put 1 in cell B5.
  • Go to the Home tab and select the Fill option from the Editing group.
  • Select Series from the drop-down menu of Fill.

Using Fill Series

  • From the Series dialog box, select the Columns series and put 10 as the Stop value. Then, click OK.

Series Dialog Box

Note: The Step value is set to 1 by default.

  • You will see the serial number in the dataset.

Fill Series to Create Serial Number


Use Formula to Add Serial Number in Excel

1. Use Excel SEQUENCE Function

=SEQUENCE(10)

Using SEQUENCE Function


2. Use the ROW Function to Serial Number in Excel

=ROW()-ROW($B$4)
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Using ROW Function

Here, we subtract the row number of the previous cell from the existing cell.


3. Apply the COUNTA Function for Serial Numbers

=COUNTA($C$5:C5)
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Using COUNTA Function

Read More: Automatically Number Columns in Excel


4. Use the SUBTOTAL Function for Serial Numbers

=SUBTOTAL(3,$C$5:C5)
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Using SUBTOTAL Function


5. Combine IF and ROW Functions

  • Go to cell B5 and insert a formula based on the combination of IF and ROW functions.
=IF(C5="","",ROW()-ROW($B$4))
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Combining IF and ROW Functions


6. Use of OFFSET Function to Add Serial Number in Excel

=OFFSET(B5,-1,0)+1
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Using OFFSET Function

Note: Make sure that the cell above the formula cell is blank otherwise there will be a #VALUE error. Here, cell B4 is blank.

Read More: How to Use Number with Filter in Excel


7. Combination of ROW and TEXT Functions for Serial Numbers

  • Go to cell B5 and insert a formula based on the combination of ROW and TEXT functions.
=TEXT(ROW()-ROW($B$5)+1,"0")
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Using TEXT & ROW Functions


8. Add 1 to the Previous Number to Get the Serial Number of Cells

  • Put 1 in cell B5.
  • Go to cell B6 and put this formula into the cell.
=B5+1
  • Press Enter and use the Fill Handle to AutoFill data in range B7:B14.

Adding 1 to Previous Number

Read More: Auto Generate Serial Number Using Excel VBA


Insert Serial Number Using Other Features of Excel

1. Use Excel Name Manager to Get Serial Numbers

  • Go to Formulas tab >> Define Name.

Creating New Name

  • In the New Name dialog box, add a name. We have added Serial_Number.
  • Type this formula in the Refers to box and press OK.
=INDIRECT("R[-1]C",FALSE)

Name Manager Dialog Box

=SUM(Serial_Number,1)
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Using Name Manager


2. Insert Dynamic Serial Numbers for Filters

  • Go to cell B5 and insert the following formula.
=SUBTOTAL(3,$C$5:C5)
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Dynamic Serial Numbers

  • Select Sort & Filter from the Home tab. Click on the Filter option from the drop-down menu.

Using Filter Feature

  • Click on a drop-down arrow and apply the filter according to your preference. We have unchecked serial numbers 4, 5, 6.
  • Press OK to proceed.

Filtering Serial Number

  • You will see the serial numbers updated automatically.

Dynamic Serial Numbers Using Filters

Read More: Automatically Number Rows in Excel


3. Automatically Add Serial Number in an Excel Table

  • Put 1 in cell B5.
  • Go to cell B6 and insert this formula.
=B5+1

Formula in Dataset

  • Press Ctrl+T to open the Create Table dialog box.
  • Put range $B$4:$D$6 in the box of the Create Table dialog box. Also, check the My table has headers option and press OK to create a table.

Creating Table

  • You will see a table created with the dataset.

Table with Serial Number

  • Type Rebecca in cell C7 and press the Tab button.
  • You will see the serial number is generated automatically.

Serial Number in a Table


4. Serial Number in a Pivot Table

  • Add a new column in the source data with 1 in each cell.

Adding Column in Dataset

  • Select a cell in the table.
  • Go to Insert tab >> Pivot Table >> From Table/Range option.

Creating Pivot Table

  • You will see the source data range is added automatically in the Table/Range section.
  • Set the location of the pivot table in the dialog box and press OK.

Pivot Table Dialog Box

  • A pivot table will be created.
  • Check and place the Serial Number and Name in the PivotTable Fields as shown in the image below.

Pivot Table Fields

  • Click on Sum of Serial Numbers below and select Value Field Settings.

Editing Value Field Settings

  • Set up the dialog box as shown: Value Field Settings dialog box >> open the Show Values As tab >> select the Running Total In option from the drop-down list >> select Name as the Base field >> click OK.

Editing Field Value

  • You will see a pivot table with serial numbers.

Serial Number in a Pivot Table

Note: Here, we get the serial number based on the Name column in ascending order.

Read More: Create a Number Sequence in Excel Without Dragging


5. Use Power Pivot to Add Serial Number

  • Select a cell in your dataset.
  • Go to Power Pivot >> Add to Data Model.

Creating Data Model

  • Check the range shown in the Create Table window.
  • Mark My table has headers option and press OK.

Data Model Dialog Box

  • This will open a power query window.
  • Add a column named Index and put the formula in the first cell of the column.
=RANK.EQ( Table8[Name], Table8[Name], ASC )

Formula to Create Serial Number in Power Pivot

Here, Table8 is the name of the data model table and we are ranking based on the name.

  • Go to Insert tab >> Pivot Table >> From Data Model option.

Pivot Table from Power Pivot

  • Select the location of the pivot table and press OK.

Creating Pivot Table from Data Model

  • In the PivotTable Fields, select Name and Index from Table8.

Pivot Table Fields

  • You will see the pivot table with the serial number in the Sum of Index column.

Serial Number in Power Pivot

Note: Power Pivot is not available in all versions of Excel. It is available from Excel 2013 to the latest versions. To find it in your version follow these steps:

  • Go to File >> Options >> Add-ins.
  • Select COM Add-ins and press Go.

Power Pivot Tab from Add-ins

  • If you have the Power Pivot in your version of Excel, you will see Microsoft Power Pivot for Excel in your dialog box. Check it and press OK.

Adding Microsoft Power Pivot for Excel


6. Add Serial Numbers Using Index Column in Power Query

  • Select a cell of your table.
  • Go to the Data tab >> From Table/Range.

Power Query to Create Serial Number

  • This will open up the Power Query Editor.
  • Go to Add Column tab >> Index Column command >> From 1.

Index Column from 1

  • You will see the dataset with the Index column.

Dataset with Index Column

  • Go to Home tab >> Close & Load >> Close and Load to.

Loading the Data

  • Select the location of the table and press OK.

Selecting Location for Power Query Table

  • You will see an additional table with an Index column.

Using Power Query for Serial Number in Excel


7. Use the Connection Properties for Connected Tables

  • Create a connected table as shown in the previous method.

Creating a Connected Table

  • Select any cell of your connected table.
  • Go to the Data tab >> Properties.

Selecting Properties from Data Tab

  • Check the Include row numbers option and press OK.

Including Row Numbers

  • Go to the Data tab >> press Refresh.

Refreshing Data

  • You will see the serial number starting from 0.

Serial Numbers using Connection Properties

Note: Here the serial number starts with 0 by default. This is because starting with 0 aligns with the 0-based indexing used in the data structure. This is the desired convention of Excel connection properties.

Add Serial Number with VBA Code

  • Go to the Developer tab >> Visual Basic.

Opening VBA Module

  • Go to Insert >> Module.

Creating a New Module

  • Put the following code in your VBA Macro Editor and press the Run key or F5 to run the code.

Running Code in VBA Macro Editor

Sub sequence()
    'variable declaration
    Dim WS As Worksheet
    'set the variable
    Set WS = ActiveSheet
    'use sequence function to generate serial number
    WS.Range("B5:B14") = WorksheetFunction.sequence(10)
End Sub
  • You will see the serial number in your dataset.

Serial Number with VBA

Read More: Auto Serial Number Based on Another Column


Examples of Inserting Serial Numbers in Practical Life

1. Add Roman Numbers as Serial Numbers

  • Go to cell B5 and insert a formula based on the combination of ROMAN and ROW functions.
=ROMAN(ROW()-ROW($B$4))
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Roman Serial Number

Note: The ROMAN function converts the numeric number you get from the ROW function.


2. Add a Serial Dates in a Column

In the dataset, we have the Names and CGPAs of students. Data are sorted in descending order of CGPA. The interview date will be in a serial according to their CGPAs.

  • Go to cell B5 and insert the date.
=1/1/2023
  • Press Enter and use the Fill Handle to AutoFill data in range B6:B14.

Serial Dates in Excel


3. Convert Serial Numbers to Serial Dates

=DATE(2023,1,B5)
  • Press Enter and use the Fill Handle to AutoFill data in range C6:C14.

Converting Serial Numbers to Serial Dates in Excel


Things to Remember

There are a few things to remember while generating serial numbers in Excel:

  • You may need to put the initial value.
  • While using Fill Handle, be aware that the step number is always 1. If you want a custom step number, you can use the Fill Series option.
  • While using the OFFSET function, make sure that the cell above the one where you put the formula is blank.

Download Practice Workbook

You can download this practice workbook while going through the article.


Conclusion

In this article, we have discussed how to generate the serial number in Excel. This article will allow users to use Excel more efficiently and create serial numbers in Excel more effectively. If you have any questions regarding this essay, feel free to let us know in the comments. Also, if you want to see more Excel content like this, please visit our website, and unlock a great resource for Excel-related content.


Frequently Asked Questions

1. Can I generate alphanumeric serial numbers in Excel?

Yes, you can generate alphanumeric serial numbers in Excel. You can combine the ROW function with other functions like the CHAR function to convert numbers to corresponding characters.

2. Is it possible to automatically increment the serial number when adding new rows or entries?

Yes, it is possible to automatically increment the serial number when adding new rows or entries. You can use formulas that dynamically update based on the number of rows or entries in your data range. You can also use Excel Table.

3. Is there a way to generate random serial numbers in Excel?

Yes, you can generate random serial numbers in Excel using the RAND function or by creating a custom VBA macro that generates random numbers within a specific range.


Serial Number in Excel: Knowledge Hub


<< Go Back to Numbering in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abu Sina Ibne Albaruni
Md. Abu Sina Ibne Albaruni

Md. Abu Sina Ibne Albaruni holds a BSc in Mechanical Engineering from Bangladesh University of Engineering and Technology. He is a dedicated employee of the ExcelDemy project. He has written quite a large number of articles for ExcelDemy. Besides, he has expertise in VBA. He efficiently automates Excel issues using VBA macros and actively engages in the ExcelDemy forum, offering valuable solutions for user interface challenges. His areas of interest in work and study span MATLAB, Machine Learning,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo