Can I use bullets in excel?

F

Fiona O'Grady

As Frank said, there are no bullets like you have in Excel, but if I want
something that looks like a bullet point I put in the character alt-0149 (.)
where I need it.

Fiona
 
J

Jay

Can I use bullets in EXCEL?

The "bullet" character is CHAR(149). For example, try putting the following
in a cell:
=CHAR(149) & " Some Text"
 
Top