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
| Name | Type | Description |
|---|---|---|
| s** | String | String to validate. |
| exclusion | Number | String 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.