COUNTIFS number of in between dates

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
-
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
-
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! 😊
-
Excellent, many thanks, it works :)
-
Happy to help! 🙂
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!