UPPER function Posted by John | Jun 5, 2016 | Text | 0 | This function will convert text to all uppercase letters. Syntax UPPER(Text) Text (required) – This is the text string you want to turn into all uppercase letters. Example In this example we convert some text into uppercase. =UPPER(A2)