I have individual sheets for each project my team is working on. Sheets include Start and End dates for the project and this is added to the sheet summary. I'd like to count the number of projects that were "in development" each quarter and display that data in a bar chart.
For example:
Quarter ranges are:
Q1: 1/1 - 3/31
Q2: 4/1 - 6/30
Q3: 7/1 - 9/30
Q4: 10/2 - 12/31
Project 1 started on 7/9/22 and ended on 3/12/22. Therefore, it was "in development" during 2022Q3, 2022Q4, and 2023Q1. I would want this project to be counted in all three quarters and therefore represented 3x in a bar chart that displays a count of projects in development for each quarter.
I'm assuming I need to create a metric sheet with the following columns:
Title of quarter (e.g., "2022Q1") | Start Date (e.g., 1/1/22) | End Date (e.g., 3/31/22).
And then a 4th column with a formula that searches all sheets within the workspace and counts the number of projects whose start and end dates overlap with the start and end dates in the columns mentioned above.
I would need this to automatically update anytime a new sheet is created (based on the project template) for this workspace.
Thanks in advance.