T

Determines if the value is text and return the text. If not then returns empty.

Syntax of Excel T formula:
=T(value)

In words:
=Check if value is text(value)

Examples of T Formula

=T(123) will return nothing or empty

=T(ABC) will return ABC