【问题标题】:Google sheet arrayformula doesn't work with (Index(query(filter)谷歌工作表数组公式不适用于(索引(查询(过滤器)
【发布时间】:2022-01-24 08:44:00
【问题描述】:

我想在 arrayformula 中使用以下公式,因此如果出现新条目,我不需要下拉。你能帮忙请我错过什么吗?谢谢。

=Arrayformula(INDEX(Query(FILTER(B2:B, C2:C=I2:I), "select Col1 where Col1 is not null", false), 1, 1))

【问题讨论】:

  • 请编辑问题以将其限制为具有足够详细信息的特定问题,以确定适当的答案。

标签: google-sheets array-formulas


【解决方案1】:

尝试:

=FILTER(B2:B, C2:C=I2:I, C2:C<>"")

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-05-10
    • 1970-01-01
    • 2019-04-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多