SheetRocks
Documentation/Formulas/ISTEXT

ISTEXT

Returns TRUE if the value is text

Syntax

ISTEXT(value)

Arguments

Argument Description Required
value The value you want to test Required

Examples

Check if value is text

=ISTEXT("Hello")
Result ⇒ true

Check if number is text

=ISTEXT(123)
Result ⇒ false

Check if empty string is text

=ISTEXT("")
Result ⇒ true

Related Functions

Other Logical functions:


← Back to Formula Reference