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 <> "")
Answers
-
Try this:
=COUNTIFS({Staff Member Count}, Employee@row, {Non-Billable Services | Application Assistance}, @cell <> "")
-
Thank you that did it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!