Documentation/How Tos/Calc: RIGHT function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 16:05, 13 September 2008 by Drking (Talk | contribs)

Jump to: navigation, search


RIGHT

Returns text from the right side of a text string.

Syntax:

RIGHT(text; number)

returns number characters from the right side of the text text.
number defaults to 1 if omitted.

Example:

RIGHT("output"; 3)

returns put.

See also:

LEFT, MID, LEN

Text functions

Functions listed alphabetically, Functions listed by category

Personal tools