Count how many in the sheet

I want to count how many instructors we have that a value in Client to get a total.
there are different clients in the client column
Answers
-
Hi @Louis.Smith,
I think your Client column is a dropdown allowing multiple selections, so this formula should work for calculating the number of instructors at a particular company:
=COUNTIF(Client:Client, HAS(@cell, [Metrics Total]@row))
For the total, you can either sum the COUNTIFS, or if you just want a count of how many instructors there are regardless of how many companies they cover then just use =COUNT(Client:Client)
Sample:
Hope this helps - if I've missed something or you've any other questions then just post! π
-
Are you wanting to count how many instructors there are for a specific client?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!