Skip to content

validateAlphabetic

Implementations

Microsoft Excel: AIDCT.validateAlphabetic(s, exclusion)

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

Validate an alphabetic string.

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.