Countif function for dropdown (multi select) column
I am trying to create a function/formula to count all of the times a dropdown selection is used in a dropdown (multi select) column but am having troubles. The goal is to create a summary table that includes each of the dropdown options but I am having trouble figuring out how to format the function/formula.
=COUNTIF([Type of Work Order Issue]:[Type of Work Order Issue], CONTAINS("No Work Order", [Type of Work Order Issue]:[Type of Work Order Issue])
^ This is the formula I am working with but it's saying 0 which is not accurate.
Any advice is greatly appreciated!
Best Answer
-
That works! Thank you MCorbin! I am going to have to do more reading into the @cell function, this is the first time I've seen it!
Answers
-
Try using @Cell
=COUNTIF([Type of Work Order Issue]:[Type of Work Order Issue], CONTAINS("No Work Order",@cell)
-
That works! Thank you MCorbin! I am going to have to do more reading into the @cell function, this is the first time I've seen it!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!