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
- Customer Resources
- 64.8K Get Help
- 437 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!