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. |
Returns the number of characters from the right of a string. |
=RIGHT( text, [num_chars] ) |
text | The text string. |
[num_chars] | The maximum number of characters that is returned. |