Difference between revisions of "Documentation/How Tos/Calc: RIGHT function"
From Apache OpenOffice Wiki
< Documentation | How Tos
m |
m |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | __NOTOC__ | + | {{DISPLAYTITLE:RIGHT function}} |
| + | {{Documentation/CalcFunc TextTOC | ||
| + | |ShowPrevNext=block | ||
| + | |PrevPage=Documentation/How_Tos/Calc:_REPT_function | ||
| + | |NextPage=Documentation/How_Tos/Calc:_SEARCH_function | ||
| + | }}__NOTOC__ | ||
== RIGHT == | == RIGHT == | ||
| Line 14: | Line 19: | ||
: returns <tt>'''put'''</tt>. | : returns <tt>'''put'''</tt>. | ||
| − | {{ | + | {{SeeAlso|EN| |
* [[Documentation/How_Tos/Calc: LEFT function|LEFT]] | * [[Documentation/How_Tos/Calc: LEFT function|LEFT]] | ||
* [[Documentation/How_Tos/Calc: MID function|MID]] | * [[Documentation/How_Tos/Calc: MID function|MID]] | ||
Latest revision as of 15:37, 2 February 2024
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