【问题标题】:Fill google sheets array with custom string用自定义字符串填充谷歌表格数组
【发布时间】:2020-10-17 21:29:25
【问题描述】:

兄弟们。

我有一个由其他工作表创建的元素数组。 {'Sheet1'!A2:A\'Sheet1'!B2:B;'Sheet2'!B2:B} 我想将新列、自定义字符串作为数组元素包含在内: {'Sheet1'!A2:A\"Qwerty"\'Sheet1'!B2:B;'Sheet2'!B2:B} 但我收到行数不匹配错误(平均 999,但参数 #2 中为 1)。

如何用静态字符串填充数组列?

演示表: https://docs.google.com/spreadsheets/d/1Amyd2IrVVoFHtRKmSkREQWywGwha_id7AQkMRrd5B2U/edit?usp=sharing

【问题讨论】:

标签: arrays google-sheets filter google-sheets-formula google-query-language


【解决方案1】:

尝试:

=FILTER({Sheet1!A2:A\Sheet1!X2:X&"Qwerty"\Sheet1!B2:B\
 CONCAT(Sheet1!C2:C&"€...";Sheet1!D2:D&"€")\Sheet1!E2:E\Sheet1!F2:F\Sheet1!G2:G};
 NOT(ISBLANK(Sheet1!A2:A));NOT(Sheet1!G2:G))

猜你喜欢
  • 1970-01-01
  • 2021-09-06
  • 1970-01-01
  • 2021-07-07
  • 1970-01-01
  • 2013-08-15
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多