Consumer Report like symbols

Lubinski

New Member
Joined
Sep 17, 2002
Messages
16
Product surveys often used graphic symbols to display the ranking of certain features of a product , similar to the Consumers Report format ( empty circle, 1/2 circle, full circle.)
1) What font contains these symbols?
2) Is there a way to convert a numeric result into one of these symbols ( If >than 80 = ____ (symbol) . THANKS

Rick Lubinski
Silver Lake, Ohio

rick@think-energy.net
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi!

One 'general' method:

1) Open the character map
2) Find the symbol you want.
3) Note which font set it was from, & copy / otherwise insert it in the workbook (it won't look the same when you first paste it in)
4) do =code() on the cell with your character. Note the number.
5) write a formula of the form:
=if(yourtest,char(x),otherstuff)
where x is given by the result of step (4)
6) format the cell with the font from step (3).

Bits of this process can be speeded up a little, but it should work.

Paddy
 
Upvote 0

Forum statistics

Threads
1,219,162
Messages
6,146,660
Members
450,706
Latest member
LGVBPP

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