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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!