T (convert value into text string)

<< Click to Display Table of Contents >>

T (convert value into text string)

Syntax:

T(Value)

Description:

Converts a value to a text string.

The specified value must be a text string, otherwise the function returns an empty text string.

Note:

This function was retained only for compatibility with older spreadsheet applications. It is no longer commonly used, as current spreadsheet applications (including PlanMaker) automatically convert values into text strings, where necessary.

Example:

T("Text") returns Text

T("42") returns 42

T(42) returns an empty text string

T(TRUE) returns an empty text string

See also:

N, VALUE, TEXT