count the number of dates in a column within each three month period
System
Employee
This discussion was created from comments split from: countif with dates.
Answers
-
Hi
I am trying to count the number of dates in a column within each three month period in a year, below is for the first three months of 2019, i am using the following formula trying to follow what you have advised above, but i am still getting an error: #unparseable. I am not sure if there should be another AND in the formula or where i am going wrong?
=COUNTIFS({Study Status Tracker Range 1},AND(IFERROR(MONTH(@cell), 0)<=3,IFERROR(MONTH(@cell), 0) >0)),IFERROR(YEAR(@cell), 0) = 2019)))
Thank you
-
@Bernard Schultz You have one too many closing parenthesis on the end.
=COUNTIFS({Study Status Tracker Range 1},AND(IFERROR(MONTH(@cell), 0)<=3,IFERROR(MONTH(@cell), 0) >0)),IFERROR(YEAR(@cell), 0) = 2019))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!