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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!