[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

CHAR

Syntax:

CHAR ( x )

Description: Determines the character that is represented by the value number.

Arguments:

Name

Type

Description

x

number

A value in the range 1–255, which designates the character.

 

Return Type and Value: text – The character represented by the value number.

[Example:

CHAR(65) results in A
CHAR(A10) results in A, when A10 contains 65

end example]