I have a column of Filed dates and need to count how many fall within a given year.
I've tried several examples that I've come across here but most of them just give a formula without explaining what the components are so I'm having trouble adapting it to my purposes.
Tags:
Best Answer
-
You would use something like this:
=COUNTIFS([Date Column Name]:[Date Column Name], IFERROR(YEAR(@cell), 0) = 2022)
Just change the 2022 to whichever year you are wanting to count for.
Answers
-
Meant to include, the data type for the column is set to Date.
-
You would use something like this:
=COUNTIFS([Date Column Name]:[Date Column Name], IFERROR(YEAR(@cell), 0) = 2022)
Just change the 2022 to whichever year you are wanting to count for.
-
Thanks very much.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 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!