【发布时间】:2019-06-03 00:39:38
【问题描述】:
我正在尝试根据内容将 Google 表格中的一行拆分为不同的行。这是一个例子:
Name | Ticker | Categories
Bitcoin | BTC | currency; store-of-value; trust layer; smart contracts; cross-industry
Ripple | XRP | currency; cross-industry
进入:
Name | Ticker | Categories
Bitcoin | BTC | currency
Bitcoin | BTC | store-of-value
Bitcoin | BTC | trust layer
Bitcoin | BTC | smart contracts
Bitcoin | BTC | cross industry
Ripple | XRP | currency
Ripple | XRP | cross-industry
如何使用脚本或任何其他工具来做到这一点?
【问题讨论】:
-
你想保留那些
;?? -
不,已经编辑过了。谢谢@player0
标签: google-sheets transpose google-sheets-formula array-formulas google-sheets-query