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