T

Returns the text referred to by value.

Syntax

T(value)

Value   is the value you want to test.

Remarks

Example

Formula Description (Result)
=T("Rainfall") Because the value is text, the text is returned (Rainfall)
=T(19) Because the value is a number, empty text is returned ()
=T(TRUE) Because the value is a logical value, empty text is returned ()