User DocsAnyDB FunctionsUPPEROn this pageUPPER Converts text to uppercase. Syntax UPPER(text) Arguments text: The text you want to convert to uppercase. Example UPPER("anydb") → Returns "ANYDB"UPPER(A1) → Converts the text in cell A1 to uppercase