Running Count with Specific Criteria

Hello!
I have a spreadsheet with different projects and their statuses. I'd like to make a running count of projects with certain statuses indicating they're still open (there are statuses indicating they're closed). I'd like to show a running count of how many open projects there are.
There are six statuses indicating they're open (for each step of the process: "Vendor", "CA QC", "Study Team", "Pricing", "Department", and "Pending Sign-Off")
I have an auto-number column but that counts every project regardless of status and I can't figure out how to count just the open ones!
Thanks!
Answers
-
Can you try this:
=COUNTIF(Status:Status, CONTAINS(@cell, "vendor ca qc study team pricing department pending sign-off"))
...
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!