BEGINS
Use the BEGINS function to check if text begins with specific characters and returns TRUE if it does.
Use
BEGINS( text, begin_text )
Checks to see the first text value begins with the second text value.
| Parameter | Required | Description | 
|---|---|---|
| text | Yes | the text to test | 
| begin_text | Yes | the text to search for at the beginning of text | 
| Returns | Logical | 
Example 1
Function ...
returns ...