RIGHT
Description
Returns the rightmost characters from a string, based on the specified text and number of characters.
Syntax
RIGHT(
text
, [
num_chars
])
- text: The text to return characters from.
- num_chars: The number of characters to return. The default is 1.
Example
Formula | Result |
|---|---|
=RIGHT(A1,7)
Where cell A1 contains
Regional Sales Manager
.
| Manager |