I'm using the Project Management Office template set; however, it does not come with Budget totals, health, etc., like it does for the Schedule. I had no problem adding budget info for individual projects and displaying them on the project dashboard. I am now trying to get this information to roll up to the Portfolio level and dashboard.
On the Portfolio Metrics sheet (used for many of the Portfolio Dashboard numbers/charts; shown below), there is a formula to count the total number of active and all-time projects based on schedule health (green, yellow, red) and project type (large, medium, small). It pulls this information from the Project Intake sheet (shown below). For example, to count the total number of active projects with a green schedule health:
=COUNT(COLLECT({Project ID}, {Project Status}, "In Progress", {Schedule Health}, $Label@row))
I am looking to do something similar with the budget numbers I added. But instead of a total COUNT, I want to do a total SUM, IF the Project Status is Active (In Progress). I have not been able to figure out how to make that work, if it's possible. Any advice is appreciated.