Count formula pulling from multi select
Help! I need a formula that will calculate the total # of times a department is listed within a multi select column.
Scenario:
- Sheet "Project Plan" has a "Department(s)" column listing MEQA and Strategic Ops.
- Sheet "Status Totals" where I want to build the formula
Best Answer
-
You will need a HAS function.
=COUNTIFS({Project Plan Department Column}, HAS(@cell, "MEQA"))
Answers
-
You will need a HAS function.
=COUNTIFS({Project Plan Department Column}, HAS(@cell, "MEQA"))
-
That worked thanks Paul! Follow up request. I would like the formula to tell me # of times the department is listed BUT - only for tasks that are still active (either in a: not started, in progress, in progress/at risk) category. See screen shot below. Is this possible?
-
Try something like this:
=COUNTIFS({Project Plan Department Column}, HAS(@cell, "MEQA"), "Project Plan Status Column}, @cell <> "Complete")
-
@Paul Newcome Unfortunately this didn't work. Any other suggestions?
-
Sorry about that. I fat fingered a quote that should have been a curly bracket:
=COUNTIFS({Project Plan Department Column}, HAS(@cell, "MEQA"), {Project Plan Status Column}, @cell <> "Complete")
-
THAT WORKED THANK YOU!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!