Countif and Has returning 0 from multi value cells
Flavio Tincani
✭✭✭
I have a column that has the option to have multiple values.
I created a calculation sheet so I can use the data in a dashboard, so I need to count the number of "GovDoc" and the other values but it keep returning 0
I'm using the following formula
=COUNTIF({Issues}, HAS({Issues}, "GovDoc"))
What is wrong?
Best Answer
-
It worked with the @cell function!
Thanks!
Answers
-
Hi @Flavio Tincani, you have this set up like a summif (range, criteria range 1, criteria 1) instead of countif (criteria 1, range 1). Also, you can't put a function around your range. Try this:
=COUNTIF({Issues}, CONTAINS("GovDoc", @cell))
Good luck!
-
It worked with the @cell function!
Thanks!
-
Hi @Flavio Tincani glad it worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!