I want to read the count of characters for a cell and set it to another cell.
我想读取一个单元格的字符数,并将其设置为另一个单元格。
Could you please tell me what is the function "Formula" to do that?.
你能告诉我这个“公式”的功能是什么吗?
Thanks
谢谢
2 个解决方案
#1
14
=LEN(A1)
= LEN(A1)
Where A1 is the Cell whose text length you want.
其中A1是您想要的文本长度的单元格。
#2
1
Use this function.
使用此功能。
len(CELL)
LEN(CELL)
#1
14
=LEN(A1)
= LEN(A1)
Where A1 is the Cell whose text length you want.
其中A1是您想要的文本长度的单元格。
#2
1
Use this function.
使用此功能。
len(CELL)
LEN(CELL)