How to use LOWER Function in Excel
Description:
Excel Lower Function Converts all uppercase letters in a text string. This function does not effect numbers, punctuation and spaces. There is no difference in the result when Excel cell string text is already in lowercase.
Goal
Converts all uppercase letters to lowercase.
Syntax
=LOWER(text)
Arguments
TEXT – Required.
TEXT - This is the text we want to convert to lowercase.
Examples
=LOWER(B10) // returns 44715
Cell B10 contains the date value, but lower function eliminates the date formatting and will returns the date serial number.
=LOWER(B11) // returns 25000
If the numeric value is assigned to the lower function, the lower function eliminates the number formatting.
Popular post
-
Eclipse IDE – Create New Java Project.
Opening the New…
-
Start the project in android studio
Android Studio Open…
-
How to use ACOSH function in excel
The ACOSH function…
-
How to learn HTML – Header tag in html
H tags can…
-
Python program – best features
Python is the…