RIGHT

Extracts the right-most characters from a text string. 

Syntax

RIGHT(text-expression, number)

Arguments

text-expression Text or cell reference to evaluate.
number Number of charcters to extract.

Example

RIGHT("Gobe Software",4) returns "ware"