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 help? 👀 | 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 help? 👀 | 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
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!