Parameter List
Syntax
RIGHT(string,
[chars]
)string
The string from which you want the right-side characters. For example: "Built with a spreadsheet" or B6.
[optional] chars
The number of characters to return from string. Must be greater or equal to 0. Zero returns an empty string. For example: 5. By default set to 1.