Tutorials References Exercises Videos Menu
Create Website Get Certified Upgrade

Excel Tutorial

Excel HOME Excel Introduction Excel Get Started Excel Overview Excel Syntax Excel Ranges Excel Fill Excel Move Cells Excel Add Cells Excel Delete Cells Excel Undo Redo Excel Formulas Excel Relative Reference Excel Absolute Reference Excel Arithmetic Operators Excel Parentheses Excel Functions

Excel Formatting

Excel Formatting Excel Format Painter Excel Format Colors Excel Format Fonts Excel Format Borders Excel Format Numbers Excel Format Grids Excel Format Settings

Excel Data Analysis

Excel Sort Excel Filter Excel Tables Excel Conditional Format Excel Highlight Cell Rules Excel Top Bottom Rules Excel Data Bars Excel Color Scales Excel Icon Sets Excel Manage Rules (CF) Excel Charts

Table Pivot

Table Pivot Intro

Excel Case

Case: Poke Mart Case: Poke Mart, Styling

Excel Functions

AND AVERAGE AVERAGEIF AVERAGEIFS CONCAT COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS LEFT LOWER MAX MEDIAN MIN MODE NPV OR RAND RIGHT STDEV.P STDEV.S SUM SUMIF SUMIFS TRIM VLOOKUP XOR

Excel How To

Convert Time to Seconds Difference Between Times NPV (Net Present Value) Remove Duplicates

Guided Projects

Introduction to Excel Learn Data Calculations Learn Data Visualization Learn to Create a Budget Learn to Create a Timeline Learn to Style in Excel

Excel Examples

Excel Exercises Excel Certificate

Excel References

Excel Keyboard Shortcuts


Excel LOWER Function


LOWER Function

The LOWER function is used to lowercase text in a cell.

Changing the letter case of your cell values can be great when there is a lot of case inconsistency among the cell inputs or when preparing your dataset for case-sensitive usage.

It is typed =LOWER

If you want to use the function on a single cell, write:

=LOWER(cell)

If you want to use the function on a range of cells, write:

=LOWER(start cell:end cell)

A is uppercase.

a is lowercase.


How to Use LOWER Function

To lower the text within an Excel cell, use LOWER.

Step 1) Start the LOWER function
  1. Select a cell E2
  2. Type =LOWER
  3. Double click the LOWER command
Copy Values
Follow along the tutorial by trying it yourself!

Copy the values in the example above and try it on your own!

Step 2) Define the cell
  1. Select a cell (A2)
  2. Hit enter

The letter case of cell A2 has been changed!

Step 3) Define the range to use the LOWER function on multiple cells
  1. Select the starting cell (A2)
  2. Add a colon (:)
  3. Select the ending cell (B21)
  4. Hit enter