Hi,
I created a new group in Portfolio Metrics sheet of PMO Template. I want to count the Project Length of each active project and display on PMO dashboard.
I have created a # of Days Column on Project Intake and then created helper column with formula that determines Project Length Bucket. I added new Grouping to Portfolio Metrics Sheet of Project Length. This is the formula i have in my portfolio metrics sheet to count the project by what length bucket they are in:
=COUNT(COLLECT({Project ID}, {Project Status}, "In Progress", {Project Length}, $Label@row))
References are: {Project ID}, {Project Status}, {Project Length}
The Project Length Buckets in Portfolio Metrics are:
1-90
91-180
181-365
>365
There are only two projects in my portfolio, with one project in 1-90 and and project in 91-180. But the sheet is displaying a count of 1 in every bucket. Please see attached images.
What am I doing wrong? Help I am brand new to Smartsheet.