Back Forward Home Print Search
Windows SharePoint Services 3.0 Help and How-to >  Formulas and functions >  Text and data
UPPER function
UPPER function

Converts text to uppercase.

Syntax

UPPER(text)

Text   is the text you want converted to uppercase. Text can be a column reference or text string.

Example

Formula Description (Result)
=UPPER("total") Upper case of string (TOTAL)
=UPPER("Yield") Upper case of string (YIELD)