Help Centre › Functions & Formulas
For a full list of available calculation functions, please read What calculation functions are supported.
This article describes the formula syntax and usage of the ISTEXT function and is applicable to both the RPA and Cloud Automate's calculate functions.
Description
Returns TRUE if value is text, or FALSE if value is anything else.
Syntax
ISTEXT(value)
The ISTEXT function syntax has the following arguments:
- value - Required. The value to test.
Example
| Formula | Description | Result |
| =ISTEXT("text") | Checks whether "text" is text | TRUE |
| =ISTEXT(False) | Checks whether False is text | FALSE |
| =ISTEXT(-1) | Checks whether -1 is text | FALSE |
Errors
For a full list of formula errors, please read Formula errors.