=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.
This tutorial explains how to use the IFERROR function in Excel to catch and handle errors. It shows you how to replace errors with a blank cell, a different value, or a custom message. You’ll also learn how to use IFERROR with functions like VLOOKUP and INDEX MATCH, and how it compares to other error-checking functions like IF ISERROR and IFNA
An ultimate guide for basic user to understand Excel Vlookup function. VLOOKUP is a vertical lookup which helps the user to extract the values from other columns (leftmost) basis on matching column string.
Print Row Header on Each Page in Excel means that when you print your worksheet, the selected row (often the top row with column headers) will repeat at the top of every printed page. This ensures…
This guide shows how to use the nested IF function in Excel to check several conditions. You will also learn about other functions that can be to use than a nested formula.
When you want to make decisions in Excel, you often use an IF formula. It checks if something is true, then gives one result if it is and another result if it isn’t. If you need to check more than one thing, you can put many IFs inside each other.
Although using multiple IFs is common, it’s not the only way to check several conditions in Excel. This guide will introduce you to some easier and useful alternatives.
The only thing worse than wrong data in your spreadsheet is Empty Cells. If these blanks aren’t filled, they can cause problems when using formulas. I usually fill these empty cells with 0 or “NA”…
How to Get RGB Codes of a Color? Excel supports more than 16 million colors in a cell; hence you should know how to set the exact color in a cell. To do this through…