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,
Charles Osborn (He/Him) | Project Manager V
Open DoorCommunity Health Centers
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.
Charles Osborn (He/Him) | Project Manager V
Open DoorCommunity Health Centers
Help Article Resources
Categories
Check out the Formula Handbook template!