Formula to track projects running per quarter
Hi,
I have a table with a list of projects (project ID available) and related columns with Start Date and End Date each project (column in date format).
I want to be able to create reports and display metrics in the Dashboard showing up how many active projects I have running during a given quarter (considering Start date).
And how many project I have go live planned in a given quarter (End Date).
I was thinking to create help columns in my table, representing each quarter and to populated them with a formula considering…
Help columns Example: Start date: SQ1, SQ2, SQ3 and SQ4/ End date: EQ1, EQ2, EQ3, EQ4.
Formula rule: If a project have a Start date less than MAR, 31 , populate a “Yes” in the column SQ1.
If a project have an End Date less than MAR, 31, populate a “Yes” in the column EQ1.
Expectation is to finally be able to count how many projects I have running in the SQ1.
And do the same with End date, to verify how many projects have go live date planned in a given quarter also.
I am not sure if this is the best way and what formula should I use.
Look forward to seeing possible solutions. Appreciated any help!
Answers
-
You could use a COUNTIFS directly on the date columns.
=COUNTIFS({Date Column}, AND(@cell>= DATE(2023, 01, 01), @cell<= DATE(2023, 03, 01)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!