=LOWER(text)
text argument, is used to give the cell reference of the string or value that needs to be changed to Lower Case
Here we have some examples where in “Column A” various type of strings are available and are required to be changed to “LOWER CASE”. Output of the function returns value in ”Column B” and explanation is also provided.
text argument, “A2” is the cell reference for text that is to be changed to “LOWER CASE”
– Output in Cell “B2” is showing that the string is changed to Lower Case.
– Output in Cell “B5” is including text and number and no impact in “Numbers” are shown.
– Output in Cell “B8” has only Special Characters and there is no impact of “LOWER Case” function.
– Number/ Punctuation/ Space/ Special Characters will not have any impact of Function
– If cell reference is not correctly provided in the function, then it will give output as “#VALUE!” (Error)
– Function should give output in “General” format, however if output is not as per the desired format then we need to change the cell format to “GENERAL”
Hope you learnt this Function,
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe to us.
You must have faced a condition when your data cells contain extra spaces, leading spaces or trailing spaces and you wanted to remove these extra spaces to standardize the data. So here you may use…
SUMIF function is used to get the “total sum” for number of times the criteria across range is met. SUMIF Function has two required arguments.
What is Absolute Value in Excel? The absolute value of a number is its distance from zero on the number line, regardless of direction, so it’s always a non-negative number. The ABS function in Excel…
To subtract numbers in Excel, follow these steps:
Start by typing an equal sign (=) in the cell where you want the result.
Enter the first number or cell reference you want to subtract from.
Type a minus sign (-).
Enter the second number or cell reference you want to subtract.
Add new line in Excel cell lets you type on multiple lines within the same cell. Instead of having all the text in one long line, you can split it up to make it easier…
TEXT function is used to change the formatting or appearances of the text. There are various types of formatting available.