Difference between revisions of "Documentation/How Tos/Calc: LOWER 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: UPPER function|UPPER]]''',
+
* [[Documentation/How_Tos/Calc: UPPER function|UPPER]]
'''[[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:03, 25 February 2009


LOWER

Converts a text string to lowercase.

Syntax:

LOWER(text)

returns text with all characters converted to lower case.

Example:

LOWER("Good MORNING")

returns good morning

Template:Documentation/SeeAlso

Personal tools