Task not complete and overdue

PMOGal
✭✭✭✭✭
I have a % Complete field and a Finish date field. When % Complete <>100% and the Finish date is in the past, what COUNTIF formula do I use? Also, some Finish dates may be blank as they have not yet been given a date. Thank you.
Answers
-
You would use something like this:
=COUNTIFS([% Complete]:[% Complete], @cell <> 1, Finish:Finish, AND(@cell <> "", @cell < TODAY()))
-
I think I have it:
=COUNTIFS([% Complete]:[% Complete], <1, Finish:Finish, <TODAY())
-
Yes. That should work too. I generally do the AND function to definitely make sure it excludes blanks.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!