I would like to count the total values from a multi select column, based on another columns criteria
I apologize but I cannot seem to wrap my head around this.
My goal is to count the total values in a multi select column based on another columns criteria.
I figured I could combine the use of CountM and CountIFS but I have not been successful.
Here is an example.
The goal is for me to determine the total # of Reps Per Manager.
There are about a 400 unique Reps, this is just a cleaned up example.
Best Answer
-
You would use a COUNTM/COLLECT combo.
=COUNTM(COLLECT(Rep:Rep, Manager:Manager, @cell = [Manager (For Formula)]@row))
Answers
-
You would use a COUNTM/COLLECT combo.
=COUNTM(COLLECT(Rep:Rep, Manager:Manager, @cell = [Manager (For Formula)]@row))
-
I was about to do a work around using a helper column but your suggestion worked. Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!