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)
๐ Find out more about our Advanced Formulas course!
This function will function will capitalize the first letter of each word....
This function will convert text to all lower case letters. Syntax LOWER(Text)...
This function will return the right most characters of a text string based on...
0 Comments