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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!