Description of formula:
Converts all characters in text to uppercase.
Converts all characters in text to uppercase.
Syntax:
toupper(text)
toupper(text)
Parameters:
text
(type: Text) Text that you want to convert
Returned type:
Text
Examples:
=toupper(‘test’)
=toupper(‘Test’)
=toupper(section1.A1)
=toupper(‘test’)
=toupper(‘Test’)
=toupper(section1.A1)
0 Comments