Difference between revisions of "Documentation/How Tos/Calc: UPPER function"
From Apache OpenOffice Wiki
		< Documentation | How Tos
		
		
 (Initial content)  | 
				m  | 
				||
| (10 intermediate revisions by 6 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: PROPER function|PROPER]]  | |
| + | * [[Documentation/How_Tos/Calc: TRIM function|TRIM]]  | ||
| − | + | * [[Documentation/How_Tos/Calc: Text functions|Text functions]]  | |
| + | |||
| + | * [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]  | ||
| + | * [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}  | ||
| + | [[Category: Documentation/Reference/Calc/Text functions]]  | ||
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