How to count tasks completed after a certain date.

kathyb
✭✭✭
I need a formula to count the number of tasks completed this year (2023). The column is titled Date Completed, and my formula is this: =COUNTIF([Date Completed]:[Date Completed], ">12/31/2022")
It is showing the answer as 0, but there are 9 items completed. I also tried using 1/1/2023, but it still doesn't work (still get a 0). What am I doing wrong?
Best Answer
-
Try this
=COUNTIFS([Date Completed]:[Date Completed],>DATE(2022, 12,31))
Will this work for you?
Kelly
Answers
-
Try this
=COUNTIFS([Date Completed]:[Date Completed],>DATE(2022, 12,31))
Will this work for you?
Kelly
-
YES!! that worked. Thanks you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 202 Use Cases
- 515 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!