COUNTIF with HAS formula
Hi,
I'm trying to use a COUNTIF formula with a HAS criteria, but it doesn't seem to be working for me. Would someone mind taking a look?
I'm trying to count the number of times "Apples" shows up in the multi-select column, Range A, while Range B also has "On Hold."
Here's the formula: =COUNTIFS({Range A}, HAS({Range A}, "Apples"), {Range B}, "On Hold")
Thank you.
JH
Best Answer
-
Try replacing the range within the HAS with @cell instead (read more about @cell by clicking here):
=COUNTIFS({Range A}, HAS(@cell, "Apples"), {Range B}, "On Hold")
If this doesn't work, can you let us know why? (Are you receiving an error, or an incorrect result?) Can you also confirm what column types the two different ranges are?
The HAS function is designed for multi-select drop-down columns and it requires an exact match. (Click here for more information).
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Try replacing the range within the HAS with @cell instead (read more about @cell by clicking here):
=COUNTIFS({Range A}, HAS(@cell, "Apples"), {Range B}, "On Hold")
If this doesn't work, can you let us know why? (Are you receiving an error, or an incorrect result?) Can you also confirm what column types the two different ranges are?
The HAS function is designed for multi-select drop-down columns and it requires an exact match. (Click here for more information).
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Worked perfectly. Thank you.
-
Hello, @Genevieve P. !
-
Hi @Chris Hallo
There are two things to adjust, here! First of all, it looks like you have an additional { in front of your reference.
Secondly, your HAS function is missing an element... the structure for HAS is as follows:
HAS(range, value)
In your case, the range is actually each individual cell in the previously stated column, so we'll use @cell
HAS(@cell,
Then you can list the value:
HAS(@cell, Population@row)
Try:
=COUNTIF({CaseTracker_PPS}, HAS(@cell, Population@row))
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Ok, I am struggling with this too…. any suggestions?
-
Hi @NBW501
In the HAS function, use @cell instead of the Pillar:Pillar range. You're looking for the word in each individual cell.
=COUNTIF(Pillar:Pillar, HAS(@cell, "Corporate Citizenship"))
Cheers,
GenevieveNeed more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank You very much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!