COUNTIFS and HAS formula
I'm having a problem with one of our widgets on a dashboard that tracks how many projects a user is a team member of. It is currently showing all projects the team member is assigned to, regardless of project status (we only want to show the in progress ones). I have come up with the formula below that references our Master Project List; however, it is not working. Please help.
=COUNTIFS({Project Status}, "In-Progress" AND({Project TM}, HAS(@cell, [Team Member ]@row)))
Answers
-
Try:
=COUNTIFS({Project Status}, "In-Progress", {Project TM}, HAS(@cell, [Team Member ]@row)
-
Thanks, Nic. I used the formula below to get the needed info, which is basically the same as your suggestion. I appreciate your help!
=COUNTIFS({Project TM}, HAS(@cell, [Team Member]@row), {Project Status}, "In-Progress")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!