RIGHT function

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.



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

Personal tools