Using FIND within a COUNTIFS formula and a Multi-Select Column
Hello,
New to Smartsheet.gov and I'm having an issue.
My data sheet has a column with events attended. It's a multi-select dropdown. Each participant is tagged with the events they have attended. I have a tally sheet by country to count how many participants have attended each event. The formula below is pulling correct information for some, but is omitting some events for others.
=COUNTIFS({Countries}, FIND($[Primary Column]@row, @cell) > 0, {Events attended}, [EVENT NAME]$1)
(Event name is made generic for security purposes)
This is my roll-up tally sheet.
This is my data sheet that I'm pulling from. It has the multi-select drop-down that I'm trying to tally.
Any suggestions would be appreciated.
Thank you!
Margie
Best Answer
-
It would be the same way that you used it on the Country Range.
=COUNTIFS({Countries}, FIND($[Primary Column]@row, @cell) > 0, {Events attended}, FIND([EVENT NAME]$1, @cell) > 0)
Answers
-
It looks like your FIND function is only looking at the countries. If your Events Attended column is a multi-select, then you may want to use a FIND function on that criteria as well.
-
Thanks Paul. I'm not exactly sure what that would look like. Can you show what that would look like?
-
It would be the same way that you used it on the Country Range.
=COUNTIFS({Countries}, FIND($[Primary Column]@row, @cell) > 0, {Events attended}, FIND([EVENT NAME]$1, @cell) > 0)
-
This worked! Thank you so much!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!