【问题标题】:I need help for a simple Countif into an Arrayformula我需要帮助将简单的 Countif 转换为 Arrayformula
【发布时间】:2022-01-14 12:07:49
【问题描述】:

我正在尝试将此公式转换为 Arrayformula,但我被卡住了。

=COUNTIF($C$3:C3;C3)

有人可以帮帮我吗?

https://docs.google.com/spreadsheets/d/1gH1_8vnKUNDr0JtETjxJtD82cb5FWHQCAgMeebkebYU/edit#gid=0

【问题讨论】:

    标签: if-statement google-sheets array-formulas counting countif


    【解决方案1】:

    使用:

    =ARRAYFORMULA(IF(TRIM(C3:C)="",,COUNTIFS(C3:C, C3:C, ROW(C3:C), "<="&ROW(C3:C))))
    

    【讨论】:

    • 非常感谢玩家0!
    猜你喜欢
    • 1970-01-01
    • 2015-07-13
    • 1970-01-01
    • 2018-11-24
    • 2019-12-23
    • 2021-11-06
    • 2016-12-17
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多