Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

ISSTRING function

Description

Cell-is-string function. ISSTRING(var) results in the logical value 1 (=TRUE) if the calculation of var does not result in a numeric value.

Examples

ISSTRING(B2) returns 1 (=TRUE) if cell B2 contains a string value, e.g. "SMITH"

ISSTRING(25.6) returns 0

Calculator

ISSTRING(  

Related functions