by Svetlana Cheusheva, updated on
The tutorial shows a few simple ways to insert bullet in Excel. We will also share some tips on how to quickly copy bullets to other cells and make your custom bulleted lists.
Microsoft Excel is primarily about numbers. But it is also used to work with text data such as to-do lists, bulletin boards, workflows, and the like. In this case presenting information in a right way is really important. And the best you can do to make your lists or steps easier to read is to use bullet points.
The bad news is Excel does not provide a built-in feature for bulleted lists like most word processors including Microsoft Word do. But that doesn't mean there is no way to insert bullet points in Excel. In fact, there are at least 8 different ways, and this tutorial covers them all!
The quickest way to put a bullet symbol into a cell is this: select the cell and press one of the following combinations using the numeric keypad on your keyboard.
● Alt + 7 or Alt + 0149 to insert a solid bullet.
○ Alt + 9 to insert an empty bullet.
Apart from these standard bullets, you can also do some fancy bullet points in Excel like these ones:
Once a bullet symbol is inserted into a cell, you can drag the fill handle to copy it to adjacent cells:
To repeat bullet points in non-adjacent cells, select a cell with the bullet symbol and press Ctrl + C to copy it, then select another cell(s) where you want to have the bullets and press Ctrl + V to paste the copied symbol.
To add multiple bullet points to the same cell, insert the first bullet, hit Alt + Enter to make a line break, and then press one of the above key combinations again to insert a second bullet. As the result, you will have the entire bullet list in a single cell like shown in the screenshot below:
Tips and notes:
If you don't have a number pad or forget a key combination, here's another quick easy way to insert bullet in Excel:
If you have difficulties finding a bullet icon among other symbols, type one of the following codes in the Character code box:
Bullet Symbol | Code |
• | 2022 |
● | 25CF |
◦ | 25E6 |
○ | 25CB |
◌ | 25CC |
For example, that's how you can quickly find and insert a small filled bullet point:
Tip. If you'd like to insert a few bullets into the same cell, the fastest way is this: select the desired symbol, and click the Insert button several times. Put the cursor between the first and second symbols and hit Alt + Enter to move the second bullet to a new line. Then do the same for the subsequent bullets:
In case you have already created a bulleted list in Microsoft Word or another word processer program, you can easily transfer it to Excel from there.
Simply, select your bulleted list in Word and press Ctrl + C to copy it. Then, do one of the following:
In situations when you want to insert bullets into multiple cells at a time, the CHAR function may prove helpful. It can return a specific character based on the character set used by your computer. On Windows, the character code for a filled round bullet is 149, so the formula goes as follows:
=CHAR(149)
To add bullets to multiple cells in one go, perform these steps:
=CHAR(149)
This method comes in especially handy when you already have some items in another column and you want to quickly create a bulleted list with those items. To have it done, concatenate a bullet symbol, space character, and cell value.
With the first item in A2, the formula for B2 takes the following shape:
=CHAR(149)&" "&A2
Now, drag the formula up to the last cell with data, and your bulleted list is ready:
Tip. If you'd rather have your bulleted list as values, not formulas, fixing this is a matter of seconds: select the bulleted items (formula cells), press Ctrl + C to copy them, right-click the selected cells, and then click Paste Special > Values.
In Microsoft Excel, there are a couple of fonts with nice bullet symbols, e.g. Wingdings and Webdings. But the real beauty of this method is that it lets you type a bullet character straight into a cell. Here's what you do:
You can insert even more bullet symbols by using the CHAR function. The point is that standard keyboards have only around 100 keys while every font set has 256 characters, meaning more than half of those characters cannot be entered directly from a keyboard.
Please remember, to make the bullet points shown in the image below, the font of the formula cells should be set to Wingdings:
If you want to spare the trouble of inserting bullet symbols into every cell over and over again, make a custom number format that will insert bullet points in Excel automatically.
Select a cell or a range of cells where you want to add bullets, and do the following:
And now, whenever you want to add bullet points in Excel, select the target cells, open the Format Cells dialog, select the custom number format we've just created, and click OK to apply it to the selected cells. You can also copy this format in the usual way using Excel's Format Painter.
If you don't mind using text boxes in your worksheets, then you'll have a more straightforward way to inset bullets in Excel. Here's how:
Tip. For the text box to look tidier, hold the Alt key when dragging to align the edges of the text box with the cell borders.
For this example, I have selected Filled Square Bullets, and there we have it - our own bulleted list in Excel:
The best part is saved for the last :) If you are looking for something more creative and elaborate, use the SmartArt feature available in Excel 2007, 2010, 2013 and 2016.
To give you some ideas, here are the options I used to embellish my Excel bulleted list a bit further:
These are the methods I know to insert bullet points in Excel. If someone knows a better technique, please do share in comments. I thank you for reading and hope to see you on our blog next week!
Table of contents