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
- 64.3K Get Help
- 423 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!