RIGHT
Returns a certain numbers of characters within a string, counting from the right
RIGHT( text
, number of characters
)
Returns a substring of the given text
, counting a given number of characters from the right.
Arguments
Argument | Description |
| Starting string |
| Number of characters to return |
Output
Outputs substring of text
Example
Last updated