RIGHT
Excerpts a given number of characters from the right side of a string.
Syntax
=RIGHT(Text, [NumChars])
Arguments
Name | Description |
---|---|
Text | Text to excerpt string from. |
NumChars (optional) | Number, which specifies the amount of characters to return. Default is 1. |
Return
Extracted characters from the end of specified Text.
Examples
Formula | Result | Comment |
---|---|---|
| "ext" | |
| "n" |