Countif Contains. Trying to sum "No" but picking up "Not" into account.

Countif Contains. Trying to sum "No" but picking up "Not" into account.
What should I change in order to pick "No" only.
Thank you
Best Answer
-
Hi @Renat
Could you post screen captures of your current sheet with example data? I'd like to see what types of columns you're using.
If you're evaluating multi-select fields, you can use the HAS Function instead of Contains. That will look for an exact match.
Try:
=COUNTIF([1. Select Date]@row:[Person Completing the Form]@row, HAS(@cell, "No"))
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Answers
-
=COUNTIF([1. Select Date]@row:[Person Completing the Form]@row, CONTAINS("No", @cell))
-
Hi @Renat
Could you post screen captures of your current sheet with example data? I'd like to see what types of columns you're using.
If you're evaluating multi-select fields, you can use the HAS Function instead of Contains. That will look for an exact match.
Try:
=COUNTIF([1. Select Date]@row:[Person Completing the Form]@row, HAS(@cell, "No"))
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Hi Genevieve,
Thank you, all fixed now.
Regards
Renat
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!