Difference between revisions of "Documentation/How Tos/Calc: LOWER function"
From Apache OpenOffice Wiki
		< Documentation | How Tos
		
		
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s)  | 
				m  | 
				||
| Line 21: | Line 21: | ||
* [[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]]}}  | ||
| − | [[Category: Documentation/Reference/Calc]]  | + | [[Category: Documentation/Reference/Calc/Text functions]]  | 
Revision as of 13:05, 17 May 2010
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