Skip to main content

How to auto number or renumber after filter in Excel?

Author: Xiaoyang Last Modified: 2024-10-29

As we all known, after filtering the data which has a list of series numbers, the row numbers on the worksheet will be displayed as the same as the original numbers, they are not renumbered automatically. But, sometimes, you want to renumber the rows as sequence in the filtered worksheet as following screenshots shown. And this article, I will talk about how to auto number or renumber after filter in Excel.

Auto number or renumber after filter with VBA code

Auto number or renumber after filter with Kutools for Excel

originla numbers arrow right renumber after filtering

Auto number or renumber after filter with VBA code

In the filtered status, you can’t apply the Autofill handle to fill the number sequence, you just can fill them by typing the numbers one by one. But, this will be tedious and time consuming if there are a lot of cells needed renumbering. Here, I will introduce a VBA code to solve this task.

1. Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following macro in the Module window.

VBA code: Auto number or renumber after filter

Sub Renumbering()
	'Updateby Extendoffice
	Dim Rng As Range
	Dim WorkRng As Range
	On Error Resume Next
	xTitleId = "KutoolsforExcel"
	Set WorkRng = Application.Selection
	Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type: = 8)
	Set WorkRng = WorkRng.Columns(1).SpecialCells(xlCellTypeVisible)
	xIndex = 1
	For Each Rng In WorkRng
		Rng.Value = xIndex
		xIndex = xIndex + 1
	Next
End Sub

3. After pasting the code, please press F5 key to run this code, and a prompt box will pop out to remind you select a range cells that you want to auto number or renumber the rows, see screenshot:

vba code to select the cells

4. Then click OK, and your selected range cells have been renumbered sequentially as below screenshot shown:

the selected cells are renumbered sequentially

Note: This code will destroy the original series row numbers when you cancel the filter function. So you need back up your data first.


Auto number or renumber after filter with Kutools for Excel

If you have installed Kutools for Excel, with its powerful Insert Sequence number feature, you can insert sequence numbers into the filtered data only quickly and easily.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

After installing Kutools for Excel, please do as follows:

1. Select the cells that you want to renumber for the filtered data.

2. Then click Kutools > Insert > Insert Sequence number, see screenshot:

 click Insert Sequence number feature of kutools

3. Then in the popped out Insert Sequence Number dialog box, click New button, see screenshot:

click New button in the dialog box

4. And then create the sequence list numbers as you need in the left bottom section, see screenshot:

create the sequence list numbers in the dialog box

5. After setting the sequence, click Add button, and the sequence item has been added into the dialog box, see screenshot:

the sequence item is added into the dialog box,

6. And then click Fill Range,  and the filtered data has been renumbered at once. See screenshot:

click Fill Range to renumber the cells

Download and free trial Kutools for Excel Now !


Demo: Auto number or renumber after filter with Kutools for Excel

 

Related article:

How to auto number merged cells in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!