Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Excel 教程

Excel 主页 Excel 简介 Excel 入门 Excel 概述 Excel 语法 Excel 区域 Excel 填充 Excel 移动单元格 Excel 添加单元格 Excel 删除单元格 Excel 撤销重做 Excel 公式 Excel 相对引用 Excel 绝对引用 Excel 算术运算符 Excel 括号 Excel 函数

Excel 格式化

Excel 格式化 Excel 格式刷 Excel 格式颜色 Excel 格式字体 Excel 格式边框 Excel 格式数字 Excel 格式网格 Excel 格式设置

Excel 数据分析

Excel 排序 Excel 筛选 Excel 表格 Excel 条件格式 Excel 高亮单元格规则 Excel 顶部底部规则 Excel 数据条 Excel 色阶 Excel 图标集 Excel 管理规则 (CF) Excel 图表

数据透视表

数据透视表简介

Excel 案例

案例:神奇宝贝商店 案例:神奇宝贝商店,样式

Excel 函数

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 如何操作

将时间转换为秒 两个时间之间的差异 净现值 (NPV) 删除重复项

Excel 示例

Excel 练习 Excel 证书

Excel 参考资料

Excel 键盘快捷键


Excel LOWER 函数


LOWER 函数

LOWER 函数用于将单元格中的文本转换为小写。

更改单元格值的字母大小写非常有用,尤其是在单元格输入中存在大量大小写不一致的情况,或者在将数据集准备用于区分大小写的用途时。

它被键入为 =LOWER

如果你想对单个单元格使用该函数,请写入

=LOWER(单元格)

如果你想对单元格范围使用该函数,请写入

=LOWER(起始单元格:结束单元格)

A 是大写。

a 是小写。


如何使用 LOWER 函数

要将 Excel 单元格内的文本转换为小写,请使用 LOWER

步骤 1) 开始 LOWER 函数
  1. 选择一个单元格 E2
  2. 键入 =LOWER
  3. 双击 LOWER 命令
复制值
按照教程进行操作,亲自动手试试!

复制上面示例中的值,并在您自己的工作表上尝试!

步骤 2) 定义单元格
  1. 选择一个单元格 (A2)
  2. 按回车键

单元格 A2 的字母大小写已更改!

步骤 3) 定义范围,对多个单元格使用 LOWER 函数
  1. 选择起始单元格 (A2)
  2. 添加冒号 (:)
  3. 选择结束单元格 (B21)
  4. 按回车键



×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.