How to Add Bullets in Excel Cell (10 Quick Ways)

Here is a dataset showing the obtained marks of 5 students in a school. We will insert bullets before the names.

Sample dataset to show How to Add Bullets in Excel Cell


Method 1 – Add Bullets in Excel with Keyboard Shortcuts

  • Insert a new column B.
  • Select cell B5.
  • Press Alt + 7 or Alt + 0149.
  • You will get a bullet in the selected cell.

Add Bullets in Excel with Keyboard Shortcuts

  • Drag the bottom corner of cell B5 up to cell B9 to get bullets in all cells.

Add Bullets in Excel with Keyboard Shortcuts


Method 2 – Use the Symbol Dialogue Box for Inserting Bullets

  • Double-click on cell B5.

Use Symbol Dialogue Box for Inserting Bullets

  • Go to the Insert tab and select Symbols.

Use Symbol Dialogue Box for Inserting Bullets

  • Select a bullet point from the Symbol window.
  • Press Insert.

Use Symbol Dialogue Box for Inserting Bullets

  • You will get a bullet symbol in the selected cell.

Use Symbol Dialogue Box for Inserting Bullets

  • Apply the same procedure in cell range B6:B9 to get the final output.

How to Add Bullets in Excel Cell


Method 3 – Copy a Bulleted List from Microsoft Word to Excel

  • Select a bulleted list in your Word file.
  • Press Ctrl + C to copy them.

Copy Bulleted List from Microsoft Word to Excel

  • Go to the Excel file.
  • Select the cell range B5:B9.
  • Press Ctrl + V.


Method 4 – Apply the CHAR Function to Add Bullets in Excel Cell

  • Insert a new column C.
  • Insert this formula in cell C5.
=CHAR(149)&" "&B5

Apply CHAR Function to Add Bullets in Excel Cell

  • Press Enter.

Apply CHAR Function to Add Bullets in Excel Cell

  • Use the AutoFill tool to apply the formula in the cell range C6:C9.


Method 5 – Insert Special Fonts to Add Bullets

  • Double-click on cell B5.
  • Select the font Wingdings from the Font list in the Home tab.

Insert Special Fonts to Add Bullets

  • Press L on your keyboard.

Insert Special Fonts to Add Bullets

  • Repeat the process for the cell range B6:B9.

Insert Special Fonts to Add Bullets


Method 6 – Add Bullets in an Excel Cell by Creating a Custom Format

  • Select the cell range B5:B9.
  • Right-click on it and choose Format Cells.

Add Bullets in Excel Cell Creating Custom Format

  • In the Format Cells window, select Custom under the Number section.
  • Press the Alt + 7 keys and then type @ in the Type box. Alternatively, you can type • General;• General;• General;• General.
  • Hit OK.

Add Bullets in Excel Cell Creating Custom Format

  • You can see bullets in the cells.


Method 7 – Insert Bullet Points in a Text Box

  • Select cell B4.
  • Go to the Insert tab and click on Text.

Insert Bullet Points in Text Box

  • Choose Text Box from the drop-down section.

Insert Bullet Points in Text Box

  • You can see a Text Box appearing on the selected sheet.

Insert Bullet Points in Text Box

  • Drag the corner of the box to adjust its size.
  • Right-click on it and go to the Bullets option.
  • Select the type of bullet you prefer.

Insert Bullet Points in Text Box

  • You will see a bullet inside the box.
  • Type the student names and it will show like this:

Read More: Add Bullet Points in Excel Text Box


Method 8 – Add Bullets in an Excel Cell with SmartArt

  • Go to the Insert tab and select SmartArt.

Add Bullets in Excel Cell with SmartArt

  • The Choose a SmartArt Graphic window pops up.
  • Go to List and select Vertical Bullet List.

Add Bullets in Excel Cell with SmartArt

  • Press OK.
  • You’ll get the Type your text here box.

Add Bullets in Excel Cell with SmartArt

  • Type the student names and the final output will look like this:


Method 9 – Apply Excel VBA Macro to Add Bullets

  • Select cell range B5:B9.
  • Go to the Developer tab and select Visual Basic.

Apply Excel VBA Macro to Add Bullets

  • Select Module from the Insert section in the new window.

Apply Excel VBA Macro to Add Bullets

  • Insert this code on the blank page.
Sub AddBullets()
    For Each Cell In Application.Selection
        Cell.Value = Chr(149) & " " & Cell.Value
    Next Cell
End Sub

Apply Excel VBA Macro to Add Bullets

  • Click on the Run Sub button or press F5 on your keyboard.

  • Select Run on the Macros window.

Apply Excel VBA Macro to Add Bullets

  • You will get bullets in your selected cells.


Method 10 – Insert Multiple Bullets in a Single Excel Cell

  • Insert a bullet following any of the methods above in cell B5.
  • Type your required text in it.

Insert Multiple Bullets in a Single Excel Cell

  • Press Alt + Enter.
  • You will be directed to the next line.
  • Insert a bullet symbol and type your text.

Insert Multiple Bullets in a Single Excel Cell

  • Repeat this process until you finish writing.


Things to Remember

  • If your laptop does not have a number pad, press Shift + Num Lock or Fn + Num Lock to enable Num Lock.
  • Use the Alt key while dragging the Text Box to align the box edges with cell borders.

Download the Practice Workbook


Related Articles


<< Go Back to Bullets and Numbering in Excel | Worksheet Formatting | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Sanjida Mehrun Guria
Sanjida Mehrun Guria

Hello! Welcome to my blog. I have completed my Bachelor in Architecture from Ashanullah University of Science & Technology, Dhaka. I am a passionate, goal-oriented person with an immense thirst for knowledge and an attitude to grow continuously. Besides Architectural work, I find it very enthusiastic to work in Excel blogging. Exceldemy is a platform where I have got the opportunity to flourish my skill in Microsoft Excel and therefore, here I will be posting blogs related to... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo