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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!