RIGHT Function
Description
Extract the specified number of characters from the end of the specified field.
The function takes two arguments.
- Argument 1: Specify the original String.
- You can use either a string or a number. If you use other types of data, you will get an error.
- Argument 2: Specify the number of characters.
Usage Examples
The following example shows the result “?” will be.
= right ("Do you want 🍵 or ☕?"), 1)
Restrictions
- Internet Explorer 11 is not supported.
関連記事