Countifs + Contains/Find + Multiple Criteria
Hi,
I have a column that is a multi-select with contact options and I'm trying to create a formula that Counts the amount of times a person's name shows up in that column AND also matches the entity name selected in another column (single select).
I have two separate formulas but I can't seem to combine them the right way... help?
=COUNTIFS({Recruiter}, (FIND("Jane Doe", @cell) > 0), {Division}, "Entity Name")
=COUNTIFS({Recruiter}, "Jane Doe", {Division}, "Entity Name")
Answers
-
Hi,
So you're actually super close, I believe the issue is that you need to use the CONTAINS() function instead of FIND() in the first formula you listed above:
=COUNTIFS({Recruiter}, CONTAINS("Jane Doe", @cell), {Division}, "Entity Name")
Hope this helps! Let me know if you have any questions.
Best,
Mike
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!