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
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!