RIGHT (right part of a text string)

Navigation:  Formulas and functions > Functions from A to Z >

RIGHT (right part of a text string)

Previous pageReturn to chapter overviewNext page

Syntax:

RIGHT(Text string [, n])

Description:

This returns the last n characters of a Text string.

If n is omitted, the function only returns the last character.

Example:

RIGHT("peanut", 3) returns nut

RIGHT("peanut") returns t

See also:

LEFT, MID, REPLACE, LEN