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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 12: Line 12:
 
: returns <tt>'''GOOD MORNING'''</tt>
 
: returns <tt>'''GOOD MORNING'''</tt>
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[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]]
'''[[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]]'''
  
[[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]]}}

Revision as of 14:25, 25 February 2009


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

Template:Documentation/SeeAlso

Personal tools