How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (2024)

Bullets and numbering in Excel are mostly used to organize data in a worksheet. If you have a big list of entries, numbered lists can help you keep track of them. We can make a numbered list by using the Keyboard shortcut, autoFill option, Flash Fill command, OFFSET, ROW, and CHAR functions, and VBA Macros also. Today, In this article, we’ll learn how we can make a numbered list in Excel effectively with appropriate illustrations.

Table of Contents hide

Download Practice Workbook

8 Suitable Ways to Make a Numbered List in Excel

1. Apply the Keyboard Shortcut to Make a Numbered List in Excel

2. Perform AutoFill Tool to Make a Numbered List in Excel

3. Apply the Custom Format to Make a Numbered List in Excel

4. Use of the Flash Fill Option to Make a Numbered List in Excel

5. Insert the OFFSET Function to Make a Numbered List in Excel

6. Use of the ROW Function to Make a Numbered List in Excel

7. Apply the CHAR Function to Make a Numbered List in Excel

8. Run a VBA Code to Make a Numbered List in Excel

Things to Remember

Conclusion

Related Articles

Download Practice Workbook

Download this practice workbook to exercise while you are reading this article.

Making Numbered List.xlsm

8 Suitable Ways to Make a Numbered List in Excel

Let’s say, we have a dataset that contains information about 10 different students. Student names and their identification number are given in columns B and C respectively. We will make a numbered list by using the Keyboard shortcut, autoFill option, Flash Fill command, OFFSET, ROW, and CHAR functions, and VBA Macros also. Here’s an overview of the dataset for today’s task.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (1)

1. Apply the Keyboard Shortcut to Make a Numbered List in Excel

Applying the keyboard shortcut to make a numbered list in Excel, is the easiest way. To do that, please follow the steps below.

Steps:

  • First of all, select a cell to make a numbered list. From our dataset, we select cell D5 for our work.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (2)

  • Hence, press Alt + 0149 simultaneously on your keyboard for a solid bullet or press Alt + 9 simultaneously on your keyboard for a hollow bullet.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (3)

  • While releasing the Alt key a solid bullet will appear in cell D5 and then type 5001.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (4)

  • After that, autoFill the keyboard shortcut to the entire column and you will get your desired output in column D which has been given in the below screenshot.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (5)

Read More: How to Make a To Do List in Excel (3 Easy Methods)

2. Perform AutoFill Tool to Make a Numbered List in Excel

The easiest and time-saving way is the autoFill tool to make a numbered list in Excel. Let’s follow the instructions below to learn!

Steps:

  • First, type 5001 and 5002 as the student ID of Bob and John in cells C5 and C6 respectively.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (6)

  • Now, select cells C5 and C6, and place your cursor on the Right-Bottom of the selected cells. An autoFill sign pops up. After that drag the autoFill sign downward.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (7)

  • Hence, you will be able to autoFill the student’s ID in column C which has been given below screenshot.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (8)

Read More: How to Make a List within a Cell in Excel (3 Quick Methods)

3. Apply the Custom Format to Make a Numbered List in Excel

We can apply the custom format to make a numbered list in Excel. Let’s follow the instructions below to learn!

Step 1:

  • To make a numbered list, select cells from C5 to C14 first.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (9)

  • Then, right-click on your mouse, and a window will instantly appear in front of you. From that window, click on the Format Cells option.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (10)

  • Hence, a Format Cells dialog box pops up. From the Format Cells dialog box, go to,

Number → Custom

  • Further, type “• @” in the Type box and at last press OK.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (11)

Step 2:

  • Finally, you will be able to make a numbered list that has been given in the below screenshot.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (12)

Read More: How to Generate List Based on Criteria in Excel (4 Methods)

4. Use of the Flash Fill Option to Make a Numbered List in Excel

The easiest way is to make a numbered list in Excel by using Flash Fill Command. To make a numbered list by using Flash Fill Command, follow the instructions below.

Steps:

  • First, select cell D5 and manually type Michael’s identification number 5001.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (13)

  • After that, from Home Tab, go to,

Home → Editing → Fill → Flash Fill

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (14)

  • Finally, you will be able to make a numbered list by pressing on the Flash Fill option.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (15)

Similar Readings

  • How to Make Alphabetical List in Excel (3 Ways)
  • Creating a Mailing List in Excel (2 Methods)

5. Insert the OFFSET Function to Make a Numbered List in Excel

Now, we will use the OFFSET function to make a numbered list in Excel. This is the easiest and most time-saving way to make a numbered list. Let’s follow the steps below.

Step 1:

  • First, select cell D5.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (16)

  • Now, type the OFFSET function in the Formula Bar. The OFFSET function is,

=OFFSET(D5,-1,1)+1

  • Here D5 is the cell reference from where it starts off moving.
  • -1 refers to the number of rows it moves downward
  • 1 refers to the number of columns it moves rightward.
  • And +1 is the number series that starts from 1.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (17)

  • Further, press Enter on your keyboard and you will be able to get the return of the OFFSET function and the return is 1.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (18)

Step 2:

  • Hence, to autoFill the OFFSET function by using the autoFill handle, and, finally, you will get your desired output that has been given in the below screenshot.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (19)

6. Use of the ROW Function to Make a Numbered List in Excel

You can use the ROW function to make a numbered list in Excel. To make a numbered list in Excel by using the ROW function, follow the steps below to learn!

Steps:

  • First of all, select an empty cell where we will type the ROW function, from our data we’ll select cell D5.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (20)

  • After selecting cell D5, type the following formula in the Formula Bar,

=ROW()

  • The ROW function will return the row number.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (21)

  • Now, press Enter on your keyboard and you will be able to get the return of the ROW function and the return is 5.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (22)

  • After that, place your cursor on the Bottom-Right side of cell D5 and an autoFill sign pops us. Now, drag the autoFill sign downward.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (23)

  • While completing the above process, you will be able to make a numbered list which has been given in the screenshot.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (24)

7. Apply the CHAR Function to Make a Numbered List in Excel

In Excel, the CHAR function is a built-in function. CHAR means CHARACTER. The CHAR function can return only text characters. Please follow the instructions below by applying the CHAR function to make a numbered list.

Steps:

  • To make a numbered list by applying the CHAR function, select cell D5 first.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (25)

  • Further, type the CHAR function in the Formula Bar. The CHAR function is,

=CHAR(49)

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (26)

  • Hence, press Enter on your keyboard, and you will get 1 as the return of the CHAR function.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (27)

  • Now, manually type the CHAR function’s argument 50 to 57, and you will get output 2 to 9 in cells D6 to D13 respectively that have been given in the below screenshot.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (28)

8. Run a VBA Code to Make a Numbered List in Excel

In this method, we will apply a VBA Macros code to make a numbered list. Let’s follow the steps below.

Step1:

  • First of all, from your Developer Tab, go to

Developer → Visual Basic

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (29)

  • After clicking on the Visual Basic menu, a window named Microsoft Visual Basic Applications will appear in front of you.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (30)

  • From the Microsoft Visual Basic Applications window, go to,

Insert → Module

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (31)

  • A new module pops up. Now, type the below VBA Code in the window. We have provided the code here, you can just copy-paste the code and use it in your worksheet.
Sub Make_Numbered_List()For i = 1 To 10Range("B" & i) = iNextEnd Sub

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (32)

Step 2:

  • After inserting the code, we need to run the code to get the positive integer value. For that, go to,

Run → Run Sub/UserForm

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (33)

  • Hence, go back to the worksheet and you will be able to make a numbered list.

How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (34)

Things to Remember

👉 while working with the Flash Fill option, manually type a cell value then apply the Flash Fill option.

Conclusion

I hope all of the suitable methods mentioned above to make a numbered list will now provoke you to apply them in your Excel spreadsheets with more productivity. You are most welcome to feel free to comment if you have any questions or queries.

Related Articles

  • How to Make a Price List in Excel (Step by Step Guidelines)
  • Create a Unique List in Excel Based on Criteria (9 Methods)
  • How to Make a Comma Separated List in Excel (5 Methods)
How to Make a Numbered List in Excel (8 Methods) - ExcelDemy (2024)

FAQs

How do I create a numbering list in Excel? ›

For example, to start a numbered list by using 000-001, you enter the formula =TEXT(ROW(A1),"000-000") in the first cell of the range that you want to number, and then drag the fill handle to the end of the range.

How do I create a number sequence in Excel based on criteria? ›

Fortunately, there is a formula can quickly number a column based on values of anther column in Excel.
  1. Type 1 into the first cell of the column you want to number. ...
  2. In the second cell of the column you want to number, type this formula =IF(B1:B13="Total","",COUNTIF($A$1:A1,">0")+1), and press Enter key.

How do I create a number sequence in Excel without dragging? ›

Quickly Fill Numbers in Cells without Dragging
  1. Enter 1 in cell A1.
  2. Go to Home –> Editing –> Fill –> Series.
  3. In the Series dialogue box, make the following selections: Series in: Columns. Type: Linear. Step Value: 1. Stop Value: 1000.
  4. Click OK.

How do I make Excel auto fill numbers? ›

Fill data automatically in worksheet cells
  1. Select one or more cells you want to use as a basis for filling additional cells. For a series like 1, 2, 3, 4, 5..., type 1 and 2 in the first two cells. ...
  2. Drag the fill handle .
  3. If needed, click Auto Fill Options. and choose the option you want.

How can you make a numbered list answer? ›

To start a numbered list, type 1, a period (.), a space, and some text. Word will automatically start a numbered list for you. Type* and a space before your text, and Word will make a bulleted list. To complete your list, press Enter until the bullets or numbering switch off.

How do I set up automatic numbering? ›

Turn on or off automatic bullets or numbering
  1. Go to File > Options > Proofing.
  2. Select AutoCorrect Options, and then select the AutoFormat As You Type tab.
  3. Select or clear Automatic bulleted lists or Automatic numbered lists.
  4. Select OK.

How do you write a number sequence formula? ›

Solution: To find a specific term of an arithmetic sequence, we use the formula for finding the nth term. Step 1: The nth term of an arithmetic sequence is given by an = a + (n – 1)d. So, to find the nth term, substitute the given values a = 2 and d = 3 into the formula.

Is there a sequence formula in Excel? ›

The SEQUENCE function allows you to generate a list of sequential numbers in an array, such as 1, 2, 3, 4. In the following example, we created an array that's 4 rows tall by 5 columns wide with =SEQUENCE(4,5).

How do I create a custom sequence in Excel? ›

Create a custom list
  1. For Excel 2010 and later, click File > Options > Advanced > General > Edit Custom Lists.
  2. For Excel 2007, click the Microsoft Office Button. ...
  3. In the Custom Lists box, click NEW LIST, and then type the entries in the List entries box, beginning with the first entry. ...
  4. When the list is complete, click Add.

How do I AutoFill a column with sequential numbers in Excel? ›

Auto number a column by AutoFill function

Type 1 into a cell that you want to start the numbering, then drag the autofill handle at the right-down corner of the cell to the cells you want to number, and click the fill options to expand the option, and check Fill Series, then the cells are numbered.

How do you quickly fill numbers in cells without dragging? ›

Select the cell with the formula and the adjacent cells you want to fill. Click Home > Fill, and choose either Down, Right, Up, or Left. Keyboard shortcut: You can also press Ctrl+D to fill the formula down in a column, or Ctrl+R to fill the formula to the right in a row.

What is the fastest way to drag numbers in Excel? ›

Press & hold the Ctrl key. Use the fill handle to drag the number down one cell. A 2 will be placed in the next cell.

Why won t Excel AutoFill sequential numbers? ›

Make sure the Enable fill handle and cell drag-and-drop option is selected. If this option is disabled, AutoFill will not work. You can also try changing the AutoFill options. To do this, go to File > Options > Advanced, scroll down to the Editing options section, and click on the AutoFill Options button.

How do I create a custom number list? ›

Define a new list style
  1. Select the text or numbered list you want to change.
  2. On the Home tab, in the Paragraph group, click the arrow next to Multilevel List. ...
  3. Specify a name for your new list style.
  4. Choose the number to start the list at. ...
  5. Choose a level in the list to apply your formatting.

What is a numbered list format? ›

Use a numbered list to display complete sentences or paragraphs in a series (e.g., itemized conclusions, steps in a procedure). Use a lettered list or bulleted list rather than a numbered list if the items are phrases.

Which element is used to create a numbered list? ›

<ol>: The Ordered List element. The <ol> HTML element represents an ordered list of items — typically rendered as a numbered list.

How do I make a list of numbers in a spreadsheet? ›

Use autofill to complete a series
  1. On your computer, open a spreadsheet in Google Sheets.
  2. In a column or row, enter text, numbers, or dates in at least two cells next to each other.
  3. Highlight the cells. You'll see a small blue box in the lower right corner.
  4. Drag the blue box any number of cells down or across.

How do I create a list of names and numbers in Excel? ›

Go to the Formulas tab > Define Names group, and click the Create from Selection button. Or, press the keyboard shortcut Ctrl + Shift + F3. Either way, the Create Names from Selection dialogue box will open. You select the column or row with headers, or both, and click OK.

How can you make a list that lists the items with numbers? ›

An ordered list is marked with the numbers by default. You can create an ordered list using the <ol></ol> tag and, define the list items using <li></li>. type="1"− This creates a numbered list starting from 1. type="A"− This creates a list numbered with uppercase letters starting from A.

What is the formula for sequence in Excel? ›

Our formula is: =TEXT(DATE(YEAR(TODAY()),SEQUENCE(1,6),1),"mmm"). Here's an example of nesting SEQUENCE with INT and RAND to create a 5 row by 6 column array with a random set of increasing integers.

How do I create a custom data format in numbers? ›

Select the cells you want to format. In the Format sidebar, click the Cell tab. Click the Data Format pop-up menu, then choose Create Custom Format. Type a name for your format, then click the Type pop-up menu and choose Number.

What is custom list in Excel with example? ›

A Custom List in Excel is very handy to fill a range of cells with your own personal list. It could be a list of your team members at work, countries, regions, phone numbers, or customers. The main goal of a custom list is to remove repetitive work and manual errors.

How do I create a custom data list? ›

How to Create a Custom List in Excel?
  1. First, we must open Excel. ...
  2. Then, choose “Advanced” and click on “Edit Custom Lists.”
  3. Then, we need to click on “New List,” then click on “Add.”
  4. Next, we must write details in the “List Entries” box. ...
  5. Click on the “o*k” option.
  6. Then, we need to go to the Excel file.

Top Articles
Latest Posts
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 5938

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.