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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!