COUNTIFS multi range multi criteria
Hello all
I'm trying to count how many pending tasks with team 3 for site 1
I'm using this formula but it's not working, please help :)
=COUNTIFS(Site1:Site8, HAS("Site 1"), [Task status]1:[Task status]8, "Pending"), Team1:Team8, "team 3")
Best Answer
-
Hey @Evan M.
Try this
=COUNTIFS(Site:Site, HAS(@cell, "Site 1"), [Task Status]:[Task Status], "Pending", Team:Team, "Team 3")
cheers
Answers
-
Hey @Evan M.
Try this
=COUNTIFS(Site:Site, HAS(@cell, "Site 1"), [Task Status]:[Task Status], "Pending", Team:Team, "Team 3")
cheers
-
@Kelly Moore thank you very much it worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!