COUNTIFS number of in between dates

KarineMul22_TPg
KarineMul22_TPg ✭✭
edited 09/06/23 in Formulas and Functions

Hello,

I have a sheet with a column returning the latest date on that row.

I have a datasheet where I want to calculated how many of these latest dates fall in between 2 dates, I have tried several formula without any luck, my last one coming as INVALID is =COUNTIFS({Fully Enabled Date Range}, AND(>=DATE(2023, 7, 28), <DATE(2023, 8, 4)))

Best Answer

  • Nick Korna
    Nick Korna ✭✭✭✭✭✭
    Answer āœ“

    Hi @KarineMul22_TPg,

    I think this should do what you're after:

    =COUNTIFS({Fully Enabled Date Range}, AND(@cell >= DATE(2023, 7, 28), @cell <= (DATE(2023, 8, 4))))

    Hope this helps, but if you've any questions or problems, just ask! 😊

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!