UPPER function

Aplica-se a
SharePoint Server 2019 SharePoint Server 2016 SharePoint Server 2013 Standard SharePoint Server 2013 Enterprise SharePoint Foundation 2010 SharePoint Server 2010 Windows SharePoint Services 3.0

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)