问题描述
CodeORPly/Mesh/Depth: 0.23/85/13,WO#: 0005,Weight: 60.970,Pieces: 55,M/c: SR-4,Remarks: mending not required
CodeORPly/Mesh/Depth: 0.16/57/60,WO#: 2025,Weight: 333.080,Pieces: 150,M/c: AN-3,Remarks: jumping,mending,selvedge mending,guide mending
CodeORPly/Mesh/Depth: 0.20/26/400,WO#: 2058,Weight: 44.380,Pieces: 6,M/c: SN-8,guide mending,knot missing
以上是来自 Google Sheet 的示例单元格内容
内容需要被拆分到不同的单元格中,如下所示:
0.23/85/13 0005 60.970 55 SR-4 mending not required
0.16/57/60 2025 333.080 150 AN-3 jumping,guide mending
0.20/26/400 2058 44.380 6 SN-8 jumping,knot missing
实现这一目标的最佳方法是什么。尝试使用 .*:\s 和逗号分隔的 SPLIT 和 ArrayFormula 就像
=ArrayFormula(regexreplace(split(B2,",0),".*:\s",))
没有给出预期的结果。有人可以对公式进行必要的修正以达到结果吗?看起来我还需要注意带有 char(10) 的换行符,但不确定如何在拆分条件中混合这两个。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)