Counting Past Due
Comments
-
=COUNTIFS(Due:Due, <TODAY(1), Status:Status, <>"Complete")
That is assuming your status column is labeled Status and its not a checkbox column. If it is a checkbox column, try
=COUNTIFS(Due:Due, <TODAY(1), Status:Status, 0)
-
Mike-
It is not supposed to count anything that is closed, lesson learned, or duplicate.
The current formula is:
=COUNTIFS(Due:Due, <TODAY(), Disposition:Disposition, <>"Complete")
This formula is counting those things, however, I need to count anything that is passed due and not closed, lesson learned or duplicate.
Thoughts?
Branden
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 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!