CountIf Function
I want to count the number of each option in this example; Change Router, Upgrade, Disconnect. My Objective column is set up as a drop down with allow multiple values enabled.
My formula is only calculating Row 5, because that is the only row with only one value. How do I get my formula to calculate each drop down option if more than one value is in the cell.
My formula is
=COUNTIF({New Sheet 1 Range 1}, [Primary Column]@row)
Best Answer
-
You need to use a HAS function when dealing with multi-select columns.
=COUNTIF({New Sheet 1 Range 1}, HAS(@cell, [Primary Column]@row))
Answers
-
You need to use a HAS function when dealing with multi-select columns.
=COUNTIF({New Sheet 1 Range 1}, HAS(@cell, [Primary Column]@row))
-
Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 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!