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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!