logo
excelfunctions.org
bookmarks

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
1Val
2Hello
3123