COUNTIF with HAS or FIND
I am trying to count which companies provide what paid holidays. Below is how I'm trying to count where "[Column2]15" is "New Years Day.
The range I'm trying to pull from:
I tried "HAS" and "FIND" and I'm not getting the right results. Any thoughts on what I'm doing wrong?
Best Answer
-
Use CONTAINS function. The HAS function only works with multi select dropdowns...
Answers
-
Try:
=countif({paid holiday}, HAS(@cell, [column2]15)
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks, Mark. But that didn't work.
-
Use CONTAINS function. The HAS function only works with multi select dropdowns...
-
Thanks so much @Leibel S ! I knew there was another function to try and couldn't think of it. This worked!
-
Thanks @Leibel S !
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
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
- 62 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!