Documentation/Calc Functions/ISTEXT
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
ISTEXT
Category:
Information
Summary:
Returns TRUE if the cell contents refer to text.
Syntax:
ISTEXT(Value)
Returns:
If an error occurs, the function returns FALSE.
Arguments:
Value is a value, number, Boolean value, or an error value to be tested.
Additional details:
Examples:
=ISTEXT(D9) returns TRUE if cell D9 contains the text abcdef.
=ISTEXT(C3) returns FALSE if cell C3 contains the number 3.