The LOWER, UPPER and PROPER case-conversion functions in Excel
In the text function group, the text conversion functions in the text are quite necessary and often used when manipulating, processing text and strings.
In the text function group, the text conversion functions in the text are quite necessary and often used when manipulating, processing text and strings.
The following article introduces you to three font conversion functions: LOWER (), UPPER () and PROPER ().
1. LOWER.
Description
The LOWER () function converts all the characters in the text string into lowercase, helping you to reformat the text string.
Syntax
= LOWER (text)
Inside:
text is the text you want to convert to lowercase. Text can be a reference to a text string or a text string.
For example
2. UPPER.
Description
The UPPER () function helps you convert all characters in a text string (text) into uppercase.
Syntax
= UPPER (text)
Inside:
text is a text string you want to convert all characters to uppercase. Text can be a reference to a string or a string.
For example
3. PROPER.
Description
The PROPER () function capitalizes the first letter in a text string if it's a non-letter character (for example, a space) and converts all other letters to lowercase.
Syntax
= PROPER (text)
Inside:
text is the first string to capitalize and is a required parameter. Text can be a text string, a formula that returns text, or a cell reference to the text string in uppercase.
For example
Thus, when encountering cases that require you to convert the font in a certain style, you can quickly apply these conversion functions appropriately. Good luck!
Discover more
Share by
Marvin FryYou should read it
- Summary of trigonometric functions in Excel
- How to fix the SUM function doesn't add up in Excel
- How to display 0 in front of a number in Excel
- SEARCH () and SEARCHB () functions in Excel
- Complete financial functions in Excel you should know
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- DATE function - The date function in Excel
- MINA and MAXA functions in Excel
- The SQRT function returns the square root of a positive number in Excel