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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 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!