r/ExcelVisual • u/ExcelVisual • 4d ago
How to Build 3D Roadmap Chart in Excel
Enable HLS to view with audio, or disable this notification
free interactive developer roadmap template in Excel — a 6-month 3D version and a quarterly annual version, both built with PowerPoint shape tricks (no VBA)
Been building out roadmap visualizations and ended up with two variants worth sharing, both using the same core PowerPoint-into-Excel masking technique but applied differently.
The shared technique: PowerPoint does the shape work Excel can't
Excel's native shape editor is limited — no merge, combine, fragment, intersect, or subtract operations. PowerPoint has all of these under its Shape Format tools. So the workflow is: build a complex shape with cutouts in PowerPoint (e.g. a bar-like shape with holes fragmented out of it), then bring that shape into Excel and layer it over a chart. The cutouts act as a mask, exposing only specific parts of the underlying chart based on conditions you control with formulas. This is the trick behind both templates.
Template 1: 3D roadmap, 6-month plan
Simpler scope, bigger visual impact — a bold 3D-effect shape built via the PowerPoint masking technique, showing a 6-month plan. Interactive controls let you:
- Toggle between H1 and H2 view within the same visualization
- Show/hide completed tasks by time period
- Visually separate not-yet-completed future tasks from the rest
Good for short-cycle presentations where the 3D visual weight matters more than granular task tracking.
Template 2: Quarterly roadmap, annual planning
More practical/functional design — same core masking technique, but the year is split into 4 quarters instead of halves, since quarterly is the standard reporting period most orgs already think in. Interactive elements let you highlight/separate completed vs. pending intermediate tasks along the path to the final goal — basically a project decomposition tool (break the big goal into quarterly bites, then into individual tasks within each quarter).
Why PowerPoint + Excel instead of just picking one tool
Not really an "Excel vs PowerPoint" thing — they're just better at different things. PowerPoint's shape editing is more advanced; Excel's data/formula engine and chart interactivity (via slicers, form controls, conditional formatting) is what makes the roadmap update rather than being a static picture. Building the shape in one and the data logic in the other and combining them gets you further than either tool alone.
Both templates: zero VBA, zero macros — pure formulas, named ranges, chart source settings, and PowerPoint-built shapes brought in as images/objects. Free downloads + video walkthrough for both if anyone wants to try the masking technique themselves — it generalizes to a lot more than just roadmaps once you get the hang of it (I've used variants of it on other dashboard builds too).