ASCII extended set is different in Excel, than MS's Website?

  • Thread starter Thread starter Guest
  • Start date Start date
Its apparently wrong. ASCII 189 and therefore =CHAR(189) is 1/2 ,ASCII 171
and =CHAR(171) is <<
To see all the combinations try
=CHAR(ROW())
in A1 and drag down to A255
Change the fonts to see what occurs,
Regards,
Alan.
 
If you search for "Character Set (128 – 255)" in the Excel VBA help
files it shows the character set with 189 = 1/2 and 171 = <<.

Regards
Rowan
 
Back
Top