Navigation: Function Index > I
ISALPHA
(ISALPHA(value))
Checks the first character of a TEXT string. The function returns a 1 if true and a 0 if false. For example, (ISALPHA('abc')) returns 1 because the first character is a letter.