ReferenceFunctionsInformation Functions
T
Returns text when input is text, otherwise returns empty text.
Summary
Returns text when input is text, otherwise returns empty text.
Remarks
- Text values pass through unchanged.
- Errors propagate unchanged.
- Numbers, booleans, and blanks return an empty string.
Examples
Text passthrough
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
report
Number becomes empty text
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
Related functions
FAQ
Does T hide non-text values?
Yes. Non-text inputs become an empty string, but errors are still propagated.
Runtime metadata
Category
Information
Signature
T(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source