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
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!