home.gif next.gif prev.gif



CHAR

See also A-Z Spreadsheet Function List


Description Returns a character that corresponds to the supplied ANSI code.

Syntax CHAR(number)

number is a value between 1 and 255 that specifies an ANSI character.

Remarks The character and associated numeric code are defined by Windows in the ANSI character set.

See Also CODE function

Examples CHAR(70) returns F

         CHAR(35) returns #