How to use CHAR and CODE functions
Abstract Transcript Each character you see displayed in Excel has a number. Excel has two functions that work with these numbers directly:CODEandCHAR(Character). Let’s look first at theCODE function. The CODE function accepts one argument, which is the text for which you’d like a numeric code. If I use CODE with a capital A (“A”) it returns 65. With a lowercase “a” CODE returns 97. TheCHAR functionis basically the reverse of the CODE function....