RIGHT function

description:

Returns the number of characters from the right of a string.

 

syntax:

=RIGHT( text[num_chars] )

 

required arguments:

text The text string.

 

optional arguments:

[num_chars] The maximum number of characters that is returned.