ENDS
Use the ENDS function to check if text ends with specific characters and returns TRUE if it does.
Use
ENDS( text, end_text )
Checks to see the first text value ends with the second text value.
| Parameter | Required | Description | 
|---|---|---|
| text | Yes | the text to test | 
| end_text | Yes | the text to search for at the end of text | 
| Returns | Logical | 
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.