CONTAINS COUNTIFS from Multi-Select Drop-Down
Hello,
I've had this issue before, but forget how I've solved it. I have a formula that is trying to count an option in a multi-select menu, it cannot be a simply COUNTIFS statement and must use CONTAINS or HAS since there is more text in the cell then just one word.
Here is my formula, which is appears the syntax is correct, but it is not counting. Can somebody please let me know where I've gone wrong? Thank you!
=COUNTIFS({NPI Impediments}, CONTAINS([Schedule Change]$1, {NPI Impediments}), {Project}, $[Domain For Impediment]6)
Answers
-
Change the {Range} within the CONTAINS function to an @cell reference.
-
Hi Paul,
Could you please provide the syntax? Not sure exactly how to add it?
-
Change
{NPI Impediments}
within the CONTAINS function to
@cell
-
Great, thanks Paul! I really don't understand the @cell function too well, which leads to confusion.
-
@cell just tells the function to evaluate the previously established range on a cell by cell basis.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!