Formula which references dropdown menu with multiple values per cell
Options
maevewilliams
ββ
Hello!
I am using a COUNTIFS formula which references a dropdown menu and when I adjusted the dropdown menu to allow for multiple values per cell the formula did not capture the adjusted data. Do I need to use a different formula?
Answers
-
You would need to incorporate the HAS function.
=COUNTIFS([Dropdown Column]:[Dropdown Column], @cell = "A")
would change to
=COUNTIFS([Dropdown Column]:[Dropdown Column], HAS(@cell, "A"))
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!