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
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 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!