UPPERReturns the specified string converted to upper-case.Syntax =UPPER(string) Arguments ArgumentTypeDescriptionstringStringThe string to convert Examples =UPPER("abcde")→"ABCDE" =UPPER("hello World!")→"HELLO WORLD!"Updated 6 days ago TRUNCATENumber ManipulationTable of ContentsSyntaxArgumentsExamples