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:
- 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.
- Enable Num Lock on your keyboard.
- 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:
- Select the cell where you want to add the bullet point, or double-click to place your cursor inside the cell.
- Go to the
Insert
tab on the Excel ribbon. - In the
Symbols
group, clickSymbol
. - In the
Symbol
dialog box:- Choose a font (e.g.,
(normal text)
,Wingdings
, orArial
). 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
).
- Choose a font (e.g.,
- Click
Insert
, thenClose
. 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:
- Select the cells you want to format with bullet points.
- Press
Ctrl + 1
to open theFormat Cells
dialog box, or right-click the selected cells and chooseFormat Cells...
. - Go to the
Number
tab, then selectCustom
from the category list. - In the
Type
field, enter the bullet character followed by an@
symbol.- For a solid bullet:
• @
(you can insert the bullet usingAlt + 7
orAlt + 0149
directly into theType
field). - You can also add a space after the bullet for better readability:
• @
- For a solid bullet:
- 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:
- Go to the
Insert
tab. - In the
Text
group, clickText Box
and draw it on your worksheet. - Type your text inside the text box.
- 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.
- Manually insert a bullet using
- 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:
- Select the cell where you want to create a list.
- Type your first bullet point (using
Alt + 7
orInsert Symbol
) and its corresponding text. - Press
Alt + Enter
to create a new line within the same cell. - Add the next bullet point and text. Repeat for all items.
- To make the list more readable, you can indent the text:
- Select the cell(s).
- Go to the
Home
tab, and in theAlignment
group, click theIncrease Indent
button.
- Ensure
Wrap Text
is enabled (also in theHome
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.