How to Make a Formula to Count certain "Status"
Hello - I use Smartsheet for my company as a project management tool. I am wanting to set up a few formulas to make seeing open and completed tasks easier at a glance. I would like one to count anything "assigned, or in-progress" and the one to count "completed." Does anyone know how to do this by chance? Thanks!
Answers
-
Hi Josh, I would use the following formulas in the sheet summary section and add them to a dashboard.
=COUNTIFS(Status:Status, OR(@cell = "Assigned", @cell = "in-progress")
=COUNTIFS(Status:Status., "Completed")
I am assuming this is tracking tasks or projects in one sheet?
-
Hi Mike,
Yes, thank you, I will give this a shot.
-
Awesome! Let me know if you have any questions! And be sure to accept my answer if the solutions work! Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!