ISSTRING
Determine if given values are strings
ISSTRING( series
)
Returns a boolean sereis indicating whether input value(s) arestrings.
Arguments
Argument | Description |
| Value or series of which to assess data type |
Output
Outputs true if value is a string and false if value is not.
Example
Last updated