Functions
T
Return text if value is text, else empty string
Try it
When to use it
When should I use T?
Use T to safely extract the text value from a cell or expression that may contain either text or numbers; it returns the text as-is or an empty string for non-text values.
Used in
Syntax
T(value)