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
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 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!