T
Converts its arguments to text.
TextText Processing
What it does
Returns text if value is text, otherwise returns empty text.
Syntax
T(value)
Arguments
value(value) β Value to check.
Examples
Check Text
Check 'Hello' and 123.
FORMULA
=T(A1)
RESULT
Hello
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | Hello |
| 3 | 123 |