How to count rows created in a specific year
jmo
✭✭✭✭✭✭
Hi team - I have a sheet that has a date field called Issue Status Date. How do I do a count of rows that have 2019, 2020 and 2021 in the date field?
So I need 3 separate formulas for counts by year but if I have 1 I can modify for the other years.
Appreciate any suggestions.
Thanks,
Jeff
Best Answer
-
Hey @jmoser
Try this
=COUNTIFS([Issue Status Date]:[Issue Status Date], ISDATE(@cell), [Issue Status Date]:[Issue Status Date], YEAR(@cell)=2019)
This will only look for valid dates. Change the date for your other years.
cheers
Answers
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 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!