Back Forward Home Print Search
SharePoint Server 2007 Help and How-to >  Business intelligence >  Business data in sites, lists, and libraries >  Formulas and functions >  Text and data
LOWER function
LOWER function

Converts all uppercase letters in a text string to lowercase.

Syntax

LOWER(text)

Text   is the text you want to convert to lowercase. LOWER does not change characters in text that are not letters.

Examples

Col1Formula Description (Result)
E. E. Cummings=LOWER([Col1]) Lower case of string (e. e. cummings)
Apt. 2B=LOWER([Col1]) Lower case of string (apt. 2b)