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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!