简体   繁体   中英

COUNTIFS with multiple criteria and with OR condition

I'm trying to count the cells based on some criteria as shown in the image but it's returning 0 value.

Formula: =COUNTIFS(All_PRs!R:R,S189,All_PRs!I:I,"2",All_PRs!J:J,{"O","IC"})

在此处输入图片说明

它返回一个范围,只是 SUM() 它,你应该很好。

=SUM(COUNTIFS(All_PRs!R:R,S189,All_PRs!I:I,"2",All_PRs!J:J,{"O","IC"}))

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM