Get a Countif on values in a multi-select column of cells

Annaleah Morrow
✭✭✭✭✭
I am trying to write summary formulas to determine how many values appear of each in the drop-down of a column. I tried adding a wildcard, I have tried HAS, and tried CONTAIN, but I'm still not getting the right values. Currently I am getting 0 as a return value on this formula:
=COUNTIF([ROI Type]:[ROI Type], HAS([ROI Type]:[ROI Type], "organizational competitiveness"))
Tags:
Best Answer
-
Try using the @cell for your range instead
=COUNTIFS([ROI Type]:[ROI Type], HAS(@cell, "organizational competitiveness"))
Answers
-
Try using the @cell for your range instead
=COUNTIFS([ROI Type]:[ROI Type], HAS(@cell, "organizational competitiveness"))
-
That was the key! Thank you, @Jason Tarpinian !
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!