Syntax
| Parameter | Description |
|---|---|
| value | Parameter of the T function. |
Examples
Extract only text values
=T(A1)
Safe concatenation
=T(A1) & T(B1)
Check data type
=IF(T(A1)<>"", "Text", "Not text")
Common Errors
T itself rarely errors, but if the referenced cell contains an error (like #REF!), that error propagates through T.
Tips
T extracts text (returns empty for non-text). N extracts numbers (returns 0 for non-numbers). They are complementary type filters.
When a column has mixed numbers and text, =T(A1) in a helper column isolates just the text entries for further processing.
For just checking if a value is text, ISTEXT(A1) returns TRUE/FALSE and is more readable. T is better when you need the actual text value.
Try T in Viztab
Import your data and use T with 370+ other formulas. No signup required.
Open Viztab