Difference between revisions of "Documentation/How Tos/Calc: UPPER function"
From Apache OpenOffice Wiki
		< Documentation | How Tos
		
		
 (Initial content)  | 
				|||
| Line 14: | Line 14: | ||
=== See also: ===  | === See also: ===  | ||
'''[[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: TRIM function|TRIM]]'''  | '''[[Documentation/How_Tos/Calc: TRIM function|TRIM]]'''  | ||
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''  | '''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''  | ||
Revision as of 05:36, 31 December 2007
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