COUNTIFS/CONTAINS - When more than one name is in a cell on the reference sheet
=COUNTIFS({Linear Master Tracker - Series - Current Status}, NOT(OR(@cell = "Lost", @cell = "Passed", @cell = "Term Deal Completed/Expired", @cell = "Premiered")), {Linear Master Tracker - Series - Legal Exec}, CONTAINS($[Primary Column]@row, @cell))
In the below function, I am trying to get CONTAINS to work successfully. In {Linear Master Tracker - Series - Legal Exec} there can be multiple names from our Dropdown List, so when I reference the name of $[Primary Column]@row it is only coming up with data based off the first person listed in the referenced column.
I tried a CONTAINS function as well as FIND, but have not had success with either.
Answers
-
This was the answer for anyone who may find it useful: part 1 of the COUNTIFS shown below
=COUNTIFS({Linear Master Tracker - Series - Legal Exec}, FIND($[Primary Column]@row, @cell) > 0,
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!