How to Count a Date Past and Present

I have set up a formula to Count units passed their due date. The formula I have is =COUNTIFS([Completion Due Date]@row:[Completion Due Date]@row, <TODAY()) but I also want to include current dates to flag up as due. I feel like it will be something so simple but I have tried a few things and been on google and can't find the answer.


Thanks,

Best Answer

  • Emily Zeiger
    Emily Zeiger ✭✭✭✭
    Answer ✓

    I believe it should be a countif formula instead of countifs if you are using it as you have it above. If you want it to include the current date as well you would right it as =COUNTIF([Completion Due Date]@row:[Completion Due Date]@row, <=TODAY())

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!