Manuals/calci/CHAR
CHAR(Number)
where,
Number - is the number for which character you want.
Returns the character by a numeric code.
It varies according to Operating environment.
CHAR
Lets see an example in (Column1, Row2)
=CHAR(R1C1)
It returns ÿ.
Consider an another example in (Column2,Row1)
=CHAR(126)
CHAR returns ~.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 255 | ~ | ||
Row2 | ÿ | |||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |