Using COUNTIFS to calculate the number of tasks between two date periods

JConno
JConno ✭✭
edited 05/30/24 in Formulas and Functions

I would like to calculate the total number of projects on an annual basis based upon the "start date" and "end date" I have in my master sheet.

The current formula I have appears to continue to sum up projects from previous years.

Example

2024 = 10 Projects to be completed

2025 = 9 Project to be completed

My formula is calculating that in 2025 there are 19 to be completed and not 9….

=COUNTIFS({Start Date}, @cell >= DATE(2025, 1, 1), {End Date}, @cell <= DATE(2025, 12, 31))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!