You are here: All Help Topics > Other Information > Cell Functions > RIGHT function

RIGHT Function

The RIGHT function selects the rightmost specified number of characters of a character expression.

RIGHT(expression,number)

RIGHT("ABCDEF",3)

Returns DEF.

Related Topics