zaro

How to bullet point in Excel?

Published in Excel Formatting 5 mins read

Excel offers several effective ways to add bullet points to your cells, ranging from quick keyboard shortcuts to more sophisticated formatting techniques. The best method depends on whether you need a simple bullet in a single cell, a bulleted list within a cell, or automated bullets for a range of data.

Here are the most common and practical methods to create bullet points in Excel:

1. Using Keyboard Shortcuts (The Quickest Way)

This is one of the fastest ways to insert a bullet symbol directly into a cell. It requires using the numeric keypad on your keyboard, with the Num Lock key enabled.

Steps:

  1. Select the cell where you want to insert the bullet point, or double-click the cell to enter edit mode at the desired insertion point.
  2. Enable Num Lock on your keyboard.
  3. Press and hold the Alt key, then type the corresponding number code using the numeric keypad.

Keyboard Shortcut Codes:

Bullet Type Keyboard Shortcut ASCII Code Description
Solid • Alt + 7 7 A common, solid bullet point.
Solid • Alt + 0149 0149 Another code for a solid bullet point.
Empty ○ Alt + 9 9 An outline or empty circle bullet point.
Diamond ♦ Alt + 4 4 A solid diamond bullet point.
Square ■ Alt + 254 254 A solid square bullet point.

Example: To add a solid bullet, select cell A1, press Alt + 7, then release Alt. You can then type your text next to the bullet. For multiple bullet points within one cell, press Alt + Enter to create a new line after each bulleted item.

2. Inserting Symbols

Excel's Symbol dialog box allows you to choose from a vast collection of characters, including various bullet styles. This method is useful when you need a specific type of bullet not available via keyboard shortcuts or if your keyboard lacks a numeric keypad.

Steps:

  1. Select the cell where you want to add the bullet point, or double-click to place your cursor inside the cell.
  2. Go to the Insert tab on the Excel ribbon.
  3. In the Symbols group, click Symbol.
  4. In the Symbol dialog box:
    • Choose a font (e.g., (normal text), Wingdings, or Arial). Different fonts offer different bullet styles.
    • Locate and select your desired bullet character (e.g., the solid round bullet is often found with character code U+2022).
  5. Click Insert, then Close. The bullet will appear at your cursor's position.

For more details on inserting symbols, refer to Microsoft Support.

3. Using Custom Number Formatting

This advanced technique allows you to automatically add a bullet point before the text in selected cells, even if the cell content changes. It's ideal for maintaining a consistent bulleted list format.

Steps:

  1. Select the cells you want to format with bullet points.
  2. Press Ctrl + 1 to open the Format Cells dialog box, or right-click the selected cells and choose Format Cells....
  3. Go to the Number tab, then select Custom from the category list.
  4. In the Type field, enter the bullet character followed by an @ symbol.
    • For a solid bullet: • @ (you can insert the bullet using Alt + 7 or Alt + 0149 directly into the Type field).
    • You can also add a space after the bullet for better readability: • @
  5. Click OK.

Now, any text you type into the formatted cells will automatically be preceded by a bullet point. This method is especially powerful for dynamic lists. For more on custom formats, see Microsoft Support.

4. Employing Excel Functions (CHAR)

You can use the CHAR function within a formula to dynamically add bullet points. This is particularly useful when concatenating text with a bullet, or generating lists through formulas.

Common CHAR Codes for Bullets:

  • CHAR(149) for a solid round bullet (•)
  • CHAR(0149) also for a solid round bullet (•)
  • CHAR(9) for an empty circle bullet (○)

Example:

To add a solid bullet before the text in cell A1 and display it in cell B1, you would enter the following formula in B1:

=CHAR(149) & " " & A1

This formula combines the bullet character (CHAR(149)), a space, and the content of cell A1.

5. Using Text Boxes or Shapes

For more visual and flexible bulleted lists that aren't tied to specific cells, you can use text boxes or shapes. This is great for dashboards, reports, or free-form notes.

Steps:

  1. Go to the Insert tab.
  2. In the Text group, click Text Box and draw it on your worksheet.
  3. Type your text inside the text box.
  4. For each bulleted item, you can either:
    • Manually insert a bullet using Alt + 7 (or another shortcut).
    • Go to the Insert tab > Symbols to insert a bullet.
    • Press Enter to start a new line within the text box, then insert another bullet.
  5. Alternatively, you can insert a Shape (e.g., a rectangle) and add text to it, formatting the text as a bulleted list within the shape.

6. Indenting and Text Wrapping for In-Cell Lists

While not strictly a "bullet point" method, you can create the appearance of a list within a single cell by combining manual bullets with text wrapping and indentation.

Steps:

  1. Select the cell where you want to create a list.
  2. Type your first bullet point (using Alt + 7 or Insert Symbol) and its corresponding text.
  3. Press Alt + Enter to create a new line within the same cell.
  4. Add the next bullet point and text. Repeat for all items.
  5. To make the list more readable, you can indent the text:
    • Select the cell(s).
    • Go to the Home tab, and in the Alignment group, click the Increase Indent button.
  6. Ensure Wrap Text is enabled (also in the Home tab > Alignment group) for the cell content to display properly across multiple lines.

By utilizing these methods, you can effectively incorporate bullet points into your Excel spreadsheets, enhancing readability and organization.