Difference between revisions of "Documentation/How Tos/Calc: RIGHT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 23: Line 23:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc]]

Revision as of 09:42, 24 November 2009


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.

Template:Documentation/SeeAlso

Personal tools