Right
Returns a substring terminating at the end of a given string.
Usage
Right(text, number)
text (required) The string from which a right substring will be returned
number (required) The desired length of the returned substring.
Example
Right(“Jane Doe”, 5)
- Returns “e Doe”