Sign in to join the conversation:
The current formula is:
=COUNTIFS(Due:Due, <TODAY(), Disposition:Disposition, <>"Complete")
I need to count anything that is passed due and not closed, lesson learned or duplicate. I am utilizing a drop down box, too.
Thoughts?
Branden
Almost like you said
=COUNTIFS(Due:Due, @cell < TODAY(), Disposition:Disposition, NOT(OR(@cell = "Complete", @cell = "Lesson Learned", @cell = "Duplicate")))
Craig
This appears to be a duplicate of this post:
https://community.smartsheet.com/discussion/count-anything-passed-due-excluding-certain-criteria
Hello - I am trying to run a basic fomula on my Sheet Summary cell and am absolutly stumped! Are there limitations on how we can use formuals on our Sheet Summary cells? What I want to do add any rows from the weighted ECV column that have 2026 in the Year column. I think this formula should work, correct?…
I'm assuming that the project plan template uses a weighted average to determine % complete on the various sections of the project as well as the project overall. Does anyone know what formula is actually being used?
I need help creating a formula that will calculate my employees time in and out along with their lunch break.