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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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!