How to count by month?
I have a column which contains dates throughout the year as mm/dd/yy. Then i have another column for each month of the year and attempting to CountIF in those columns to capture how many requests came in for that month.
I have attempted =COUNTIF([Request Date]28:[Request Date]33, "March") yet the cell is calculating 0.
Best Answer
-
Try this instead:
=COUNTIF([Request Date]28:[Request Date]33, IFERROR(MONTH(@cell), 0) = 3)
Answers
-
Are you able to provide a screenshot for context/reference?
-
Try this instead:
=COUNTIF([Request Date]28:[Request Date]33, IFERROR(MONTH(@cell), 0) = 3)
-
THAT WORKED LIKE A CHARM!!! Thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!