T
Ĉi tiu funkcio liveras la celan tekston, aŭ malplenan ĉenon se la celo ne estas teksto.
If an error occurs the function returns the error value.
T(Value)
If Value is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string.
=T(12345) returns an empty string.
=T("12345") returns the string 12345.