Documentation/Calc Functions/T
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
T
Category:
Text
Summary:
This function returns the target text, or a blank text string if the target is not text.
Syntax:
T(Value)
Returns:
Arguments:
If Value is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string.
Additional details:
Examples:
=T(12345) returns an empty string.
=T("12345") returns the string 12345.