Stop Searching — Excel Has *No* Org Chart Template (Here’s What Works)

Most Excel trainers tell you to search ‘org chart template’ in File > New. They’re wrong. Microsoft removed every working org chart template from Excel in 2021 — and hasn’t replaced them. What you get now is either a blank SmartArt placeholder or a broken Visio import that crashes on datasets over 12 people.

The Problem

You open Excel. You type ‘org chart’ into the template search bar. You click ‘Organization Chart’ under ‘SmartArt’. You paste your HR list: names, titles, managers. Nothing connects. Arrows float. Boxes overlap. You drag one box — three others vanish. You try to update a manager’s name in column C, and the chart ignores it completely.

This isn’t user error. It’s design failure. SmartArt org charts don’t link to cell data. They’re static drawings. You’re not building a chart — you’re redrawing by hand every time someone gets promoted.

NameTitleReports ToStart Date
Sarah ChenDirector, ProcurementMark Delgado2022-06-14
James WuSr. BuyerSarah Chen2023-02-01
Amina PatelProcurement AnalystSarah Chen2023-09-11
Mark DelgadoVP, OperationsLinda Torres2021-03-22
Linda TorresCOO2020-07-05
Diego MendozaLogistics CoordinatorJames Wu2024-01-18
Tasha BooneVendor Compliance SpecialistAmina Patel2024-03-15

This is your raw data — A1:D8. And yes, it’s clean. But Excel’s ‘org chart’ feature won’t read it. Not even close.

The Solution

Do this instead. It takes 3 minutes. No add-ons. No macros. Uses only native Excel features.

  1. Insert a hierarchy-ready shape: Go to Insert > Shapes > Rectangle. Draw one box in cell F2. Type “Linda Torres”. Format fill: #0f766e, font white, bold.
  2. Build the tree manually but smartly: In G2, insert another rectangle. Type “Mark Delgado”. Right-click → Format Shape → Size & Properties → Position. Set Horizontal: 350 pt, Vertical: 120 pt. That places it directly below Linda — no dragging.
  3. Link to live data: In G2’s rectangle, right-click → Edit Text. Type =B5 (since Mark’s title is in B5). Now his title auto-updates if HR changes it.
  4. Add connectors that stick: Go to Insert > Shapes > Line Arrow. Click center of Linda’s box (F2), drag to center of Mark’s box (G2). Right-click arrow → Format Shape → Line → Width: 1.5 pt.
  5. Repeat for Sarah (B2) under Mark: Place rectangle at H2 (Horizontal: 550 pt, Vertical: 200 pt). Type =B2. Connect with arrow from G2 to H2.
  6. Final check: Change B2 from “Director, Procurement” to “Head of Strategic Sourcing”. Watch H2 update instantly. That’s your live org chart.

Here’s what your final layout looks like — fully editable, pixel-perfect, and tied to A1:D8:

PositionCell ReferenceContentUpdates When…
COOF2Linda TorresA5 changes
VP, OperationsG2=B5B5 changes
Director, ProcurementH2=B2B2 changes
Sr. BuyerI2=B3B3 changes
Procurement AnalystJ2=B4B4 changes

Surprising tip: Don’t use AutoShapes from the Drawing toolbar. Use Insert > Shapes — those shapes retain cell anchoring. The old Drawing toolbar shapes detach when you scroll.

Going Further

You can scale this to 50+ people. Just keep your source data in order: top-down, CEO first, each person directly under their manager.

For color-coding departments: Add a helper column E with formulas like =IF(ISNUMBER(SEARCH("Procurement",B2)),"#0f766e","#c9a962"). Then use Alt + H + H to open Fill Color, and paste the hex code manually (yes, Excel accepts hex in the color dialog).

Need tooltips? Right-click any shape → Insert Comment. Type “Reports to: =C2”. It shows on hover — no VBA required.

Want automatic layout? Copy your A1:D8 range. Paste into PowerPoint > Insert > SmartArt > Hierarchy > Horizontal Organization Chart. It links live. Then copy-paste back to Excel as a picture — but only if you need print-only output.

When NOT to Use This

Don’t use this method if your org has matrix reporting (e.g., someone reports to two people). Excel shapes can’t show dual arrows cleanly — use Lucidchart or draw.io instead.

Avoid it if your HR data lives in Workday or BambooHR. Pulling live API data into Excel shapes breaks on refresh. Export CSV first.

Don’t bother if you need real-time permissions tracking. Shapes can’t enforce edit restrictions per level. Use SharePoint + Power Apps for that.

If your chart must fit on one printed page at 100% zoom, stop at 12 people. Beyond that, use landscape layout and group boxes by function (e.g., “Procurement Team” as one merged shape with names inside).

Keyboard Shortcuts

ActionShortcutNotes
Open Format Shape paneCtrl + 1Works on selected shape or cell
Insert shapeAlt + N + SThen arrow keys to pick rectangle/arrow
Apply fill colorAlt + H + HOpens color picker — paste hex codes
Group selected shapesCtrl + GCritical for moving whole branches
Edit shape textF2Same as editing cell content
Tom Bradley

Tom Bradley

Tom has 15 years of experience in office management and supply chain optimization. He shares practical tips for running efficient workplaces.