Formula for Counting End dates and grouping them by Quarters
tim.curtin
✭✭✭✭
Hello!
Have a tricky one. I need to create data from our portfolio using our End Date column (mm/dd/yy) to calculate how many were completed each quarter. I was thinking a formula using a date range but I have not cracked the formatting. My best guess was this:
COUNTIFS({End Date}, @cell = "01/01/22 - 03/31/22")
I know this isn't right but hopefully that paints the picture.
Thank you,
Tim
Answers
-
Hello,
I do not know if this is the cleanest way, but it should work.
=COUNTIFS([End Date]:[End Date], >=DATE(2022, 1, 1), [End Date]:[End Date], <=DATE(2022, 3, 31))
Good luck!
Pam
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!