_T(Value)
Value. Checked value.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It determines whether the value can be converted into string type.
If yes, the text is returned, if no, an empty string is returned.
| 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: