Building a client portfolio in Smartsheet: Control Center, multi-tier, or Bridge?
If you manage more than a handful of client projects in Smartsheet, at some point you need a single view that rolls everything up, without asking every project manager to update a master sheet by hand. There are three ways to get there, and they solve different versions of the same problem.
The three approaches
- Control Center with INDEX/COLLECT formulas. This is the approach from an earlier article: How to Build Client-Level Dashboards in Smartsheet Control Center. One portfolio sheet, one set of INDEX/COLLECT formulas pulling summary data out of every provisioned project sheet into a single rollup. Control Center handles the provisioning, the formulas handle the reporting.
- Control Center multi-tier. Multi-tier is a native Control Center capability, built specifically for hierarchical portfolios. You configure a parent blueprint and one or more child blueprints, and every project created under the child blueprint is automatically attributed to a parent. Each parent gets a summary sheet that lists only its own children, and reporting and access can be scoped by branch of the hierarchy rather than the whole portfolio at once.
- Bridge, populating a portfolio sheet through workflows. Instead of formulas pulling data in, a Bridge workflow can push it. Triggered on a schedule, or on a row change in each project sheet, Bridge reads the relevant fields through the Smartsheet API and writes them into the portfolio sheet. This trades a formula-maintained rollup for a workflow-maintained one.
Pros and cons
Build client portfolio with Control Center and INDEX/COLLECT
Pros:- No premium app beyond Control Center and standard formulas, lower cost, most Smartsheet admins can maintain it
- Updates are effectively real time, since formulas recalculate as source data changes
- You can build it retroactively, if you start with projects blueprint first.
- Formula complexity grows with the number of projects and columns tracked, staging or buffer rows are often needed to keep references stable
- Adding a new project sometimes means extending the formula range manually, depending on how the sheet is set up
Build client portfolio with Control Center multi-tier
Pros:- built for hierarchy, parent and child reporting comes out of the box, no formula maintenance
- Access can be scoped naturally by branch, useful when different account teams should only see their own clients
- You cannot migrate existing single-tier projects into multi-tier, this is a decision to make from the start, not something to retrofit later
- A project can only ever have one parent, and Smartsheet recommends no more than three levels.
- More setup overhead, configuring multi-tier requires contacting your Smartsheet account team with your program name and config ID before you can begin
Build client portfolio with Bridge
Pros:- Not limited to formula logic, a workflow can reshape, filter, or combine data before writing it, and can reach beyond Smartsheet into other systems in the same run
- Works well as a complement to either of the above, for example pushing data into fields that Control Center Global Updates cannot reach, rather than replacing the whole rollup mechanism
- Requires a Bridge licence on top of Control Center, and workflow logic needs to be built and maintained by someone comfortable with Bridge and API calls
- Updates are only as fresh as the trigger, scheduled workflows introduce a delay that formulas do not have
Which one fits
For a straightforward client portfolio with a flat structure and a small team maintaining it, Control Center with INDEX/COLLECT is usually the right starting point, it is the lowest cost and the most transparent to troubleshoot.
Multi-tier earns its complexity when the hierarchy itself is the point, regional teams, account tiers, or divisions that each need their own scoped view and their own access boundary. If that structure is not needed from day one, it is worth defaulting to single-tier and revisiting later, since there is no path to convert existing projects once you have chosen.
Bridge is rarely the first choice for the rollup itself, but it becomes the right tool when the portfolio needs to do something formulas and native reporting cannot, cross-system data, conditional logic beyond what INDEX/COLLECT can express cleanly, or filling gaps left by Control Center's Global Updates.
If you'd like help figuring out which is the best solution for you or for implementing multi-tier, account and project portfolios, contact me via the form below.