Ayuda de LibreOfficeDev 25.8
This function returns the target text, or a blank text string if the target is not text.
If an error occurs the function returns the error value.
T(Value)
Si Valor ye una cadena de testu o se refier a una cadena de testu, T va devolver esa cadena; de lo contrario va devolver una cadena balera.
=T(12345) returns an empty string.
=T("12345") returns the string 12345.