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
- 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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!