How to calculate the Number of issues with start date = 09/01/2024 and End date = 09/30/2024

How to calculate the Number of issues with start date = 09/01/2024 and End date = 09/30/2024

Please help . thanks !

Answers

  • kss5229
    kss5229 ✭✭

    Try:

    =COUNTIFS({Issues}, =[Start Date]@row, {Issues}, =[End Date]@row)

    You could replace [Start/End Date]@row with the actual dates if you aren't pulling those dates from separate columns/cells

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!