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,