简体   繁体   English

用于将带有逗号的单元格拆分和转置到另一列的 Google 表格数组公式

[英]Google sheets array formula to split and transpose cells with commas into another column

I'm looking for an arrayformula to split and transpose all comma-separated values into a single column.我正在寻找一个数组公式来将所有逗号分隔值拆分和转置为单个列。

See my sheet here:在这里查看我的工作表:

https://docs.google.com/spreadsheets/d/1RYOlt2HmE1oC31nGhRtpU5mu3mg0gz7UK9-exMVKQlA/edit?usp=sharing https://docs.google.com/spreadsheets/d/1RYOlt2HmE1oC31nGhRtpU5mu3mg0gz7UK9-exMVKQlA/edit?usp=sharing

try:尝试:

=TRANSPOSE(SPLIT(TEXTJOIN(",", 1, A:A), ","))

3

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

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