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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!