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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 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!