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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!