Half Star Symbol

ellesutgr

New Member
Joined
Sep 1, 2015
Messages
10
Is there a font or a way to make a half star symbol to insert in a cell in Excel 2013?
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Windings

Try using Char(row()) and dragging that down then highlight the column and change the font to Windings scroll down till you find the one you are after
 
Upvote 0
I couldn't find stars for you but if you could use circles, Wingdings 2 has 1/2 and full circles.

Full Circle: CHAR(152)
1/2 Circle: CHAR(187)

With a value in A1, and your result font as Wingdings 2
=REPT("˜",INT(A1))&IF(MOD(A1,1),"»","")
 
Last edited:
Upvote 0
Windings

Try using Char(row()) and dragging that down then highlight the column and change the font to Windings scroll down till you find the one you are after

Debug, there is no 1/2 star symbol in Wingdings
 
Upvote 0
I think there is no half-star glyph, even in Unicode, and you'll need to create a picture using your favorite draw program.
 
Upvote 0

Forum statistics

Threads
1,220,941
Messages
6,156,980
Members
451,388
Latest member
fitzmorrispr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top