Skip to main content

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.

ParameterRequiredDescription
textYesthe text to test
end_textYesthe text to search for at the end of text

ReturnsLogical

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.

ON THIS PAGE