COUNTIFS and HAS formula not working
I cant seem to get my formula to count the time a name appears correctly. The formula is returning a value of 1 when it should be 5. It seems to be due to the Project Leader column being multiselect as the person has four instances of being selected with other people and only once cell where she is the only one selected.
=COUNTIFS({Project Leader Column}, HAS(@cell, Name@row), {Project Phase Column}, "Ideation & Assessment (Define)")
Best Answer
-
Try using Contains instead:
=COUNTIFS({Project Leader Column}, CONTAINS(Name@row, @cell), {Project Phase Column}, "Ideation & Assessment (Define)")
Answers
-
Try using Contains instead:
=COUNTIFS({Project Leader Column}, CONTAINS(Name@row, @cell), {Project Phase Column}, "Ideation & Assessment (Define)")
-
That worked perfectly! Thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!