Can I use bullets in EXCEL?
F Fiona O'Grady Nov 23, 2004 #3 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
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 Nov 23, 2004 #4 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"
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"