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
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!