Multiple choice Count
Hi. I have a question. I have a column name "Solution" and we have a dropdown multiselect option as column property with the following options:
AVS
Distributions
Collections
Others
I want to make a count of each individual (that' is done and simple) but other if the column has multiple choices and count just as one. For example : "Distribution, AVS and Collection" count as 1 OR just "Distribution and Collection" choice count as one, etc.
Thanks for your help in advance
Best Answers
-
Individual counts would be
=COUNTIFS({Cross Sheet Reference}, HAS(@cell, "AVS"))
Counting cells that have more than one selected would be
=COUNTIFS({Cross Sheet Reference}, COUNTM(@cell) > 1)
-
Happy to help. 👍️
Answers
-
I'm not sure I follow. Could you provide some examples and how they would be counted?
-
@Paul Newcome This is the column at this moment
And i want to have a count for
- AVS
- Distribution
- Collections
- "Multiple" that will count if we have multiple selections in this case should count "6 items"
-
Individual counts would be
=COUNTIFS({Cross Sheet Reference}, HAS(@cell, "AVS"))
Counting cells that have more than one selected would be
=COUNTIFS({Cross Sheet Reference}, COUNTM(@cell) > 1)
-
As usual thanks @Paul Newcome
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!