Help with CountIf
Hello, Trying to do this, but not sure how to write it in Smartsheet.
I am trying to count a Multi-dropdown field only when the employee field is a value I have in my metrics.
So I can do this, when I only want to count some of the application Assistance.
=COUNTIFS({Staff Member Count}, Employee@row, {Non-Billable Services | Application Assistance}, HAS(@cell, Metric@row))
But if I want to count them all, what do I do?
=COUNTIFS({Staff Member Count}, Employee@row, {Non-Billable Services | Application Assistance}, ??))
I tried Not(IsBlank()) and <> but I can't figure it out. Any ideas?
Thanks,
Best Answer
-
Try this:
=COUNTIFS({Staff Member Count}, Employee@row, {Non-Billable Services | Application Assistance}, @cell <> "")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Try this:
=COUNTIFS({Staff Member Count}, Employee@row, {Non-Billable Services | Application Assistance}, @cell <> "")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Thank you that did it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!