How to Roll Up Project Data in Smartsheet Without Control Center
- Bowen Liu
- Mar 3
- 5 min read

The Control Center Question
Every Smartsheet portfolio conversation eventually comes down to the same question: "Do I need Control Center to get rollups working at scale?"
The answer is no, but it requires deliberate architecture. Control Center automates project provisioning and data aggregation, and for large organizations, it can save significant manual effort. But the underlying rollup logic doesn't depend on it. With a structured folder hierarchy, metadata sheets at each level, and a consistent intake pattern, you can roll data from hundreds of project plans to a single executive view on a standard Business license.
This is the approach Smartsheet consultant Bowen Liu demonstrates in his 4-layer PMO walkthrough, and it's the same pattern that practitioners in the Smartsheet Community have adopted when Control Center isn't in the budget. One Reddit commenter describes managing "over 200 projects without Control Center" — it's a deliberate choice, not a limitation.
The Metadata-to-Intake Chain
The rollup works through a repeating two-step pattern at each layer of the architecture. Understanding this pattern is the key to building rollups that don't break when you add your 200th project.
Step 1: Metadata sheet. Every project, program, and portfolio has its own metadata sheet — the "metric sheet" concept from Week 1 applied at every level. The metadata sheet pulls calculated values from the level's working data: percent complete, schedule health (red/yellow/green), overdue task count, key dates. It's a single sheet per entity that summarizes everything the layer above needs to know.
Step 2: Intake sheet. Each layer also has an intake sheet that collects metadata from all entities at that level. The project intake sheet, for example, has one row per project — each row pulling from that project's metadata sheet. The program intake sheet has one row per program. The portfolio intake sheet has one row per portfolio.
The full chain looks like this:
Project plan → Project metadata → Project intake → Program metadata → Program intake → Portfolio metadata → Portfolio intake → Executive dashboard
As Bowen walks through it: "The metadata sheet pulls data from the project plan. It brings it to the project intake sheet. And now from the intake sheet, we are able to see across all projects which one is at risk."
Why This Pattern Beats Direct Linking
The most common alternative to this architecture is direct cell-linking — connecting executive dashboards straight to individual project sheets using cross-sheet references. That works for 10 projects. At 50, it becomes fragile. At 200, it becomes unmanageable.
Practitioners in the Smartsheet Community describe this pain clearly: "I'm finding it difficult to produce simple reports because of all the parent/child nesting." When dashboards reference deep task hierarchies in dozens of sheets, any template change can break the entire reporting chain.
The metadata-to-intake pattern solves this by creating a deliberate abstraction boundary. The dashboard never touches the project plan directly. It reads from intake sheets, which read from metadata sheets, which perform the calculations. If a project template changes, only the metadata sheet needs to be updated — the intake and everything above it stays intact.
One Reddit commenter recommends exactly this approach: create "an intermediary sheet" as "a single source of truth rather than trying to connect to multiple project sheets directly." That intermediary sheet is the metadata sheet in this architecture.
The Folder Structure That Makes It Work
Each layer lives in its own folder with a consistent structure:
The executive folder contains the executive dashboard and the portfolio intake sheet. The portfolio folder contains the portfolio dashboard, portfolio metadata sheet, and program intake sheet. The program folder contains the program dashboard, program metadata sheet, and project intake sheet. The project folder contains the project plan, project dashboard, and project metadata sheet.
Bowen shows this hierarchy in his walkthrough: "Your executive level folder is at the very top. Your portfolio level folder is right below it. Your program folder is below that, and then your project folder is right below the program."
When you need to add a new project, you create a new project folder from the standard template, connect its metadata sheet to the project intake sheet, and the data flows upward automatically. Bowen notes the manual intake process "takes about one minute" per new entity.
The Hybrid Option: Smartsheet + Jira
Not every organization runs execution entirely in Smartsheet. A pattern gaining traction among larger PMOs is using Smartsheet for portfolio pipeline and governance while using Jira for detailed project execution — particularly for software development work.
In this hybrid model, Layers 3 and 4 (portfolio and executive) live entirely in Smartsheet. Layer 2 (program) acts as the bridge. Layer 1 (project execution) may live in Jira, with automations pushing status data back to the Smartsheet program intake sheet. One practitioner describes "thinking of using Jira for the project details, and maybe Smartsheet for the pipeline" — a pattern that acknowledges each tool's strength without forcing a single-tool approach.
This works because the 4-layer architecture doesn't care where the data originates. It only requires that each metadata sheet can pull the values it needs. Whether those values come from a Smartsheet plan, a Jira API integration, or even a manual update — the rollup pattern holds.
Frequently Asked Questions
When does Control Center actually make sense?
Control Center becomes worth the investment when the manual intake process creates a genuine bottleneck — typically above 100 projects with frequent turnover (new projects starting and closing regularly). If your portfolio is relatively stable or you're adding fewer than 5-10 new projects per month, the manual process at one minute per intake is manageable. The architecture itself doesn't change with Control Center — it just automates the provisioning step.
How do I prevent rollup errors as the portfolio grows?
The most common rollup errors come from inconsistent metadata sheets. If Project A calculates "percent complete" differently than Project B, your intake sheet aggregation will be unreliable. The fix is a standardized project template where the metadata sheet formulas are locked. Every new project should be created from the same template, ensuring consistent calculations that the intake sheets can trust.
Can I use sheet summary instead of a separate metadata sheet?
Yes — Smartsheet sheet summaries can serve the same function as a dedicated metadata sheet for simpler setups. Community advice suggests computing metrics "in a dedicated metrics layer using sheet summary," then aggregating via reporting. The choice depends on complexity: sheet summaries work for straightforward calculations, while separate metadata sheets provide more flexibility for custom rollup logic and cross-sheet references.
Wondering if your Smartsheet rollups are built to scale — or built to break? Take the free Health Check and find out in 2 minutes.



Comments