Forumula Count If
I need to formula to show number of cases assigned to a person but want to exclude any status that is complete. Currently I have =COUNTIF({Collection Legal Log Range 2}, "Agnes Greenhill"), just not sure how to exclude anything in the count that has a complete status. Any suggestions?
Answers
-
You can use the countifs function and add a second condition. I think the formula below should work you will just have to add another cross sheet reference represented by {Status} below.
=COUNTIFS({Collection Legal Log Range 2}, "Agnes Greenhill",{Status}, <>"Complete")
-
Thank You I got it to work
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!