RIGHT
Returns the specified number of characters from the end (right side) of a text string and outputs the result as text.
Syntax
right(text/number, [num_chars])Arguments
Example
right([Full Name],6)
//When the field Full Name has the value Johny Rivers, this will return Rivers
Excel equivalent
Last updated
Was this helpful?