toUpper
Use the toUpper function to change all characters in a Text value to uppercase. The toUpper function returns a Text value.
Function format
toUpper(Text source)
- source: the Text value which is changed to all uppercase characters.
toUpper example
toUpper("Hello, World!")
The formula returns the Text value HELLO, WORLD!.