gpt4 book ai didi

excel - 在 Excel 中,COUNTIF() 不适用于常量定义的 string[]

转载 作者:行者123 更新时间:2023-12-02 18:29:03 25 4
gpt4 key购买 nike

这个问题是 https://superuser.com/questions/601419/in-excel-how-do-i-check-if-a-cell-is-in-a-list-of-values-a-range-of-cells 的扩展.

我正在尝试执行 =COUNTIF(name,G6) ,当 name 引用某些单元格时,它工作正常,但是当它引用我的常量字符串数组时,它会给出 #值(value)!

我的常量字符串数组(使用名称管理器)是={"192.168.3.2","192.168.3.10"}...等,这可能是我的问题。但讽刺的是,如果我将单元格内容设置为该数组并引用单元格,它就可以正常工作。

谢谢

最佳答案

您可以像这样使用SUMPRODUCT:

=SUMPRODUCT(1*(name=G6))

关于excel - 在 Excel 中,COUNTIF() 不适用于常量定义的 string[],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23293184/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com