Description
Returns the number of characters that make up a string. Can also count the number of specific characters in a string.
Signature
CountCharacters('inputstring')
Example 1
CountCharacters('Formula') Returns 7
Example 2
CountCharacters('John,Anthony,Aidan', ',') Returns 2
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |