简体   繁体   English

Excel 公式或以某种方式逐字符拆分字符串

[英]Excel Formula or someway to split string character by character

In cell "A1" i have the string: "UIJKLQERAD"在单元格“A1”中,我有字符串:“UIJKLQERAD”

I would like to split it character by character:我想逐个字符地拆分它:

在此处输入图像描述

Is there any formula or someway i can use for it?有什么公式或者我可以用它吗?

This kind of formula works, however it is using a dedicated cell as input:这种公式有效,但是它使用专用单元格作为输入:

=MID($A$1; COLUMN();1)

在此处输入图像描述

Note: this screenshot is from google docs , but it is the same in Excel and others.注意:此截图来自谷歌文档,但在Excel等中是相同的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM