Hello again, what do I need to change in the Excel file attached in order have the CHAR function returning exactly what it should according to the ascii? (See the PDF file). For example, look at the six last rows and see t he mismatch.
The ASCII characters shown in the .xlsx file are the ASCII codes as recognized by the international standard on these , which are governed by the International Standards Organization , through their standard 8859 :
Insert Symbol will do what it says , but this is different from what the CHAR function does ; to go back to your initial post , the CHAR function will return what it does ; I don't think you can do anything to change this.
If you check CHAR function help then it specifies for windows OS, it will return ANSI code page. It does not provide "transcoding option" as argument to adjust it to suitable character set.
Help further specifies that the Character Set specified by your computer. So the code returned will be dependent on Regional Settings on your computer. Not recommended to alter.