Difference between revisions of "Documentation/How Tos/Calc: UPPER function"
From Apache OpenOffice Wiki
< Documentation | How Tos
m |
m |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | __NOTOC__ | + | {{DISPLAYTITLE:UPPER function}} |
| + | {{Documentation/CalcFunc TextTOC | ||
| + | |ShowPrevNext=block | ||
| + | |PrevPage=Documentation/How_Tos/Calc:_UNICODE_function | ||
| + | |NextPage=Documentation/How_Tos/Calc:_VALUE_function | ||
| + | }}__NOTOC__ | ||
== UPPER == | == UPPER == | ||
| Line 12: | Line 17: | ||
: returns <tt>'''GOOD MORNING'''</tt> | : returns <tt>'''GOOD MORNING'''</tt> | ||
| − | {{ | + | {{SeeAlso|EN| |
* [[Documentation/How_Tos/Calc: LOWER function|LOWER]] | * [[Documentation/How_Tos/Calc: LOWER function|LOWER]] | ||
* [[Documentation/How_Tos/Calc: PROPER function|PROPER]] | * [[Documentation/How_Tos/Calc: PROPER function|PROPER]] | ||
Latest revision as of 15:45, 2 February 2024
UPPER
Converts a text string to uppercase.
Syntax:
UPPER(text)
- returns text with all characters converted to upper case.
Example:
UPPER("Good Morning")
- returns GOOD MORNING
See Also