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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 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!