How to Create an Org Chart in Google Sheets

8 min read · February 2026 · Guide

Google Sheets has a little-known superpower: it can generate org charts directly from your spreadsheet data. Unlike Excel's SmartArt (which is a drawing tool), Google Sheets creates charts from data — which means adding a person is as simple as adding a row. Here's how to do it, and where the limits are.

Step-by-Step: Org Chart from Google Sheets Data

Step 1: Set Up Your Data

Create a spreadsheet with at least two columns. The first column is the person's name (or name + title), and the second column is who they report to. Optionally add a third column for a tooltip.

NameReports ToTitle
Sarah ChenCEO
Mike JohnsonSarah ChenVP Engineering
Lisa ParkSarah ChenVP Sales
Alex RiveraMike JohnsonSenior Engineer
Jordan LeeMike JohnsonEngineer
Emma WilsonLisa ParkAccount Executive

Important: The CEO (or top person) should have an empty "Reports To" cell. This tells Google Sheets they're the root of the tree.

Step 2: Select Your Data

Highlight all your data including headers. Make sure to include the Name and Reports To columns at minimum.

Step 3: Insert the Chart

Go to Insert → Chart. In the Chart Editor panel on the right, click the Chart type dropdown and scroll down to "Other". Select "Organizational chart".

Google Sheets will immediately generate a chart from your data.

Step 4: Customize

In the Chart Editor, switch to the Customize tab. You can adjust:

That's... basically it. Google Sheets' org chart customization options are very limited.

Step 5: Show Name + Title in Each Box

To display both name and title in each node, combine them in the first column with an HTML line break. In a helper column, use:

=A2 & "<div style='color:gray;font-size:small'>" & C2 & "</div>"

Then use that helper column as your chart data source. Google Sheets' org chart supports basic HTML formatting in node labels.

The Good: Why Google Sheets Org Charts Are Handy

The Bad: Where It Falls Short

Google Sheets org charts are the best free option if you need something in 5 minutes and don't care how it looks. For anything you'll share with executives, clients, or new hires, you need something better.

The Better Path: Google Sheets → OrgCanvas

The ideal workflow combines Google Sheets' data management with a proper visualization tool:

  1. Keep your team data in Google Sheets (or export from your HRIS)
  2. Download as CSV
  3. Import into OrgCanvas — columns are auto-detected
  4. Get a beautiful, professional org chart with photos, departments, dotted lines, and auto-layout
  5. Share a live link or export to PDF/PowerPoint

When your data changes, re-import the CSV. The whole process takes under a minute.

Your Google Sheets data → a beautiful org chart

Export your Google Sheet as CSV and import it into OrgCanvas. Auto-detected columns, auto-layout, done in 60 seconds.

Try It Free

Further Reading