Adding metric to Count the number of tasks for an person when status is A or B.
I have a metric sheet with a team category that has 6 teams and I need a formula that will count the number of lines in another sheet that with a status of "In Progress" or "Not Started" that matches the team on the metric sheet.
Any help appreciated!
Answers
-
I would use a CountIF function for this one, and you'll want to use two separate CountIF functions to sum the total of the two statuses. Change the following formula to the name of the metric sheet you want to pull from but it should look like something similar to this:
=COUNTIF({Sheet B Range}, "In Progress") + COUNTIF({Sheet B Range}, "Not Started")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!