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.
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!
You 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
- UPPER function in SQL Server
- MS Excel - Lesson 5: Excel formulas and functions
- PROPER function in Excel
May be interested
- DATE function - The date function in Excelthe date () function returns a date that is formatted corresponding to the date entered as based on the date index.
- MINA and MAXA functions in Exceluse the mina () and maxa () functions to find the minimum and maximum values in a list of values that include logical values and numerical representations in text in a reference.
- The SQRT function returns the square root of a positive number in Excelthe sqrt () function in excel helps you quickly calculate the square root of any number you want. the syntax and usage of the function is very simple, but if you do not know, follow the article below.
- The VALUE function converts a numeric string to a number format in Excelthe value () function is used to convert a series of numbers to a number.
- MID and MIDB functions to cut strings in Excelthe mid () function returns a string from a text string, with the position to start extracting from the text string and the number of characters returned by the string that is specified. functions used in languages use a single-byte character set (sbcs) and always count each character as 1.
- LOOKUP function searches in Excelthe lookup () function returns a value from a data range consisting of 1 column or 1 row, or from an array. the lookup () function is an improvement of the two functions vlookup () and hlookup () because it has the additional function to distinguish the search area as rows or columns.