Countifs trouble
I have done this before but for the life of me I can't get it to work this time. I simply need to "count if" the "Contractor" is "X" AND "Status" is "Open" = qty
I tried =COUNTIF(range1, criteria1) + COUNTIF(range2, criteria2)
*and many, many more.
No matter what formula I try it won't work.
Jacque Smith
Project Controls, MSR-FSR
Answers
-
You need a COUNTIFS.
=COUNTIFS(Contractor:Contractor, @cell = "X", Status:Status, @cell = "Open")
-
That isn't working either. That gives me a count of "0" even when there is "1"😔
Jacque Smith
Project Controls, MSR-FSR
-
Got it! I was doing it backwards. Once I changed it to "open" as the first criteria and then the contractor it worked!. Thank you for your help @Paul Newcome
=COUNTIFS({QAR KPI Data Range 4}, "open", {QAR KPI Data Range 3}, labels@row)
Jacque Smith
Project Controls, MSR-FSR
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!