Skip to content

isValidAlphabetic

Implementations

Microsoft Excel: AIDCT.isValidAlphabetic(s, exclusion)

Google Sheets: Google Sheets: aidctIsValidAlphabetic(s, exclusion)

Determine if a string is alphabetic.

This function returns a matrix of values of the same shape and size as the s parameter.

Parameters

NameTypeDescription
s**StringString to validate.
exclusionNumberString values to exclude. The only valid value is 0 (no exclusions).

Parameters in italics are optional.

** This parameter accepts a single value, an array of values, or a matrix of values.