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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!