【excel常用文本函数大全上】

目录索引

LEFT:

输出单元格从左边开始的N个字符

公式:

python 复制代码
=LEFT(单元格,输出几位)

举例:

python 复制代码
=LEFT(A2,3)

RIGHT:

输出单元格从右边开始的N个字符

公式:

python 复制代码
=RIGHT(单元格,输出几位)

举例:

python 复制代码
=RIGHT(A2,7)

MID:

输出单元格从第X位开始的N个字符

公式:

python 复制代码
#包含开始的那位
=MID(单元格,从第几位开始,输出几位)

举例:

python 复制代码
=MID(A2,3,4)

FIND:

输出查找内容在单元格的第几位,输出的是数字。如果有多个位置匹配,则输出第一个。

公式:

python 复制代码
#中括号表示该参数有默认值,可以不写。默认从第一位开始找。
=FIND(查找内容,单元格,[从第几位开始])

举例:

python、 复制代码
#查找中文记得要加引号,第三个参数不加默认从第一位开始
=FIND("花",A2)

LEN:

输出单元格的字符数

公式:

python 复制代码
=LEN(单元格)

举例:

python 复制代码
=LEN(A2)

LENB:

输出单元格的字节数(一个汉字包括汉字标点都是两个字节)

python 复制代码
=LENB(单元格)

举例:

python 复制代码
=LENB(A2)
相关推荐
wtsolutions1 天前
JSON to Excel Add-in - Seamless Integration Within Excel
json·excel
wtsolutions1 天前
Getting Started with JSON to Excel Web App - Convert in Seconds
json·excel·web app
wtsolutions1 天前
Using the JSON to Excel API - Programmatic Access for Developers
json·excel
qq_435139571 天前
EasyExcel(FastExcel)Excel导出功能 技术文档
excel
wtsolutions1 天前
Understanding JSON Formats - What JSON to Excel Supports
json·excel
wtsolutions1 天前
Advanced Features - Unlocking the Power of JSON to Excel Pro
linux·json·excel
fs哆哆1 天前
VB.NET和VBA教程-如何查找Excel数据区域边界
excel
小矮强1 天前
Excel中根据年月日提取月日,并按月日进行排序
excel
开开心心_Every2 天前
图片批量压缩工具:支持有损无损两种模式
python·游戏·微信·django·pdf·excel·语音识别
wtsolutions2 天前
Real-World Use Cases - How Organizations Use JSON to Excel
json·excel