CONTIFS Formula - 3 Ranges including a multi-dropdown
Hello,
I am currently trying to pull a count of all External Content types (ex. linkedin article, blog) tied to a specific pillar from a sheet (NOT using @row to count on master sheet). The pillar column is a multi dropdown. I need to count each time a pillar is associated to a content type.
We may have
Blog Post tied to pillar 1 and pillar 2 via multi-dropdown.
I've been playing around with formulas using HAS, CONTAINS, etc. to catch a count anytime a specific pillar is selected, and have had no luck. Here is the current formula I've tried:
=COUNTIFS({Comms Development Content Status Published/Live}, "Published/Live", {External Communications Plan Range 1Pillar}, CONTAINS("Culture"), {Ex Comms Plan Content Type}, ="Blog Post")
These are the column titles if it helps
Answers
-
Let's try a little tweak to your CONTAINS function...
=COUNTIFS({Comms Development Content Status Published/Live}, "Published/Live", {External Communications Plan Range 1Pillar}, CONTAINS("Culture", @cell), {Ex Comms Plan Content Type}, ="Blog Post")
-
thanks and this worked!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!