Lower()
This function is used to convert the text in lower case (lower case means small letters)
Syntax:
= Lower (Text)
Text = is the text, or reference to a cell that contains the text, that is required to be converted to lower case
Example:
Below are some examples to illustrate the usage of Lower() function. For these illustrations let us assume that cell A1 contains text - EXCEL MATIC
- = Lower("HELLO WORLD") - result will be - hello world
- = Lower("HeLlO WoRlD") - result will be - hello world
- = Lower(A1) - result will be - excel matic
Note: this function can take text in any case to convert to lower case
0 comments:
Post a Comment