修剪行和tranpose在Google表中
我正在尝试修剪这行水平的行,然后用此公式将值转换为两个列中:
=滤波器(7:8,trim(flatten(Query(transpose(7:8),9^9),9^9)))< >“”),但看起来它无能为力。以下是数据:
请帮助
I'm trying to trim this rows horizontaly and then transpose the values in two columns with this formula:
=FILTER(7:8, TRIM(FLATTEN(QUERY(TRANSPOSE(7:8),,9^9)))<>"") But it looks like it don't do anything. Here is the data:
Help with this please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下公式应产生您想要的行为:
The following formula should produce the behaviour you want:
可以尝试
filter()
函数。还可以使用
query()
oike-Can try
FILTER()
function.Also could use
QUERY()
like-