Counting cell with dates
Hello all! I'm trying to count the number of cells that have a date that falls within a date range so I can get the count of how many times an incident occurred each month. In the image below I have a list of dates. I need a formula that counts all of the January dates and so on. Any assistance will be greatly appreciated. Thanks in advance.
Best Answer
-
=COUNTIFS([Incident Date]:[Incident Date], >=DATE(2024, 10, 1), [Approval/Disapproval Date]:[Approval/Disapproval Date], <=DATE(2025, 1, 1))
This should work, you'll just have to change the dates to the range you want. One is greater than and the other less than.
Ricky T
Gov Contractor for USSF
Answers
-
=COUNTIFS([Incident Date]:[Incident Date], >=DATE(2024, 10, 1), [Approval/Disapproval Date]:[Approval/Disapproval Date], <=DATE(2025, 1, 1))
This should work, you'll just have to change the dates to the range you want. One is greater than and the other less than.
Ricky T
Gov Contractor for USSF
-
Thank you so every much RickyT. For anyone who tries this make sure you change your data type to date. Initially I had my date column type set as text, so it didn't work.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!