MID
Use the MID function to extract a specified number of characters from a text value, starting at a given position.
Use
MID( text, start_num, num_chars )
Returns a specific number of characters from a text value starting at the given position.
| Parameter | Required | Description | 
|---|---|---|
| text | Yes | the text containing characters to return | 
| start_num | Yes | the position of the first character to extract (starting from 1) | 
| num_chars | Yes | the number of characters to extract | 
| Returns | Text | 
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.