Is it possible to use a multi-select cell as the criterion for a COUNTIF formula?
I have one sheet with training items for different positions (All, BD, CTL, etc.) As these items are trained they are marked as "Complete" from a list of "Not Started" "In Progress" "Complete". I have a separate sheet that I would like to use to track training progress for the employee.
It gets complicated because an employee can be trained on multiple positions. So I would like the formula to count an item if it is marked complete AND fits the roles that the employee is being trained on, which are indicated in a multi-select cell on the second sheet. Is this possible? As of now the formula only works if there is only one selected role.
Sheet 1:
Sheet 2:
Answers
-
Hi @AToval
That can works, but you have to go if the HAS / CONTAINS or FIND formula within the cell. That'll work better.
-
Try something like this...
=COUNTIFS({Sheet1StatusColumn}, @cell = "Complete", {Sheet1RespPos}, HAS(Role@row, @cell))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!