gpt4 book ai didi

excel - 同时查找多列中的值

转载 作者:行者123 更新时间:2023-12-04 21:56:14 25 4
gpt4 key购买 nike

我有 A、B、C 和 D 列。我想编写一个返回 Yes 的公式或 No仅当 A 列中的值也同时出现在 B、C 和 D 列中时。
enter image description here

最佳答案

尝试下面的公式,如 E 列中的图像,

=IF(AND(COUNTIF(B:B,A1),COUNTIF(C:C,A1),COUNTIF(C:C,A1)),"Yes","No")

enter image description here

关于excel - 同时查找多列中的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44029029/

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