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 Java Project…
-
How to start the project in android studio
Android Studio Open the Android…
-
How to use ACOSH function in excel
The ACOSH function returns the…
-
Complete Header tags in html – easy to learn
H tags can be used…
-
Best features in Python programme – easy to learn
Python is the most widely…