Trying to figure out character in a chart

Stephen_IV

Well-known Member
Joined
Mar 17, 2003
Messages
1,180
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I got this file from a book by Michael Alexander & John Walkenbach (Excel Dashboards and Reports) but for the life of me I cannot figure out what the character in O1 is could someone please help me. Thanks in advance Stephen



http://www.filedropper.com/jwalkexample
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
It reports as CHAR 63 (which is normally a question mark).

You can get that symbol (or something very similar) by entering g then changing the font to Marlett.
 
Upvote 0
Vog,

That's what I got. strange though marlett does not work exactly like it. If I take the character and put it into the formula

=REPT("█",C2/MAX($C$2:$C$22)*10)

It works perfectly strange how he got this character and I can not figure it out?
 
Upvote 0
Try | with the Britannic Bold font see if that will do what you want.

=REPT("|",C2/MAX($C$2:$C$22)*10)
 
Upvote 0

Forum statistics

Threads
1,224,559
Messages
6,179,513
Members
452,921
Latest member
BBQKING

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