[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

TRUE

Syntax:

TRUE ( )

Description: Computes the value TRUE. (A call to function TRUE is equivalent to using the logical-constant TRUE.)

Arguments: None.

Return Type and Value: logical – The value TRUE.

[Example:

TRUE() results in TRUE

end example]