_T

Syntax

_T(Value)

Parameters

Value. Checked value.

NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.

Description

It determines whether the value can be converted into string type.

Comments

If yes, the text is returned, if no, an empty string is returned.

Example

Formula Result Description
=_T(19) Empty string It returns the value 19 as text.
=_T(B6) World It returns the text "World" because the Value parameter defined by the value in the B6 cell is text. The B6 cell contains the value "World".

See also:

Function WizardText Functions