How to Make Table Graph in Excel

If you just need to make table graph in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: select the data range and press Ctrl+T, confirm the header row, and Excel converts the range into a structured table with filters and auto-expansion.

On this page7
Annotated stepsExcel
1

Click inside the data range.

2

Press Ctrl+T or choose Insert ▸ Table.

3

Confirm whether the range has headers.

4

Name the table from Table Design when formulas will reference it.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

An Excel table is more than a formatted range. It adds filter buttons, structured references, automatic expansion, banded rows and table-aware formulas. It works best when the source is rectangular, has one header row and has no blank columns. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “make table graph in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected chart shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a visual that makes the number obvious at a glance into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

A1:F500 contains sales records. Click inside the range, press Ctrl+T, tick My table has headers and click OK. New rows added below inherit formulas and formatting, and formulas can refer to columns as Sales[Revenue]. Tables are one of the best upgrades for raw data because they make formulas, filters, charts and pivots more resilient as rows are added. If this is something you do often, add the command to the Quick Access Toolbar (right-click it on the ribbon and choose Add to Quick Access Toolbar) or learn its shortcut, so next time it is one click instead of a hunt through the menus.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Keep this page bookmarked for the next time the same question comes up. Better still, repeat the steps once in your own workbook — doing it yourself is what turns a copied answer into something you remember. If you take one thing from this page on “make table graph in excel”, make it the order of checks rather than the individual clicks: confirm what is selected, apply the step, and look at the result before moving on. That small routine is what keeps Excel work predictable when the same task comes back in a slightly different workbook.

Common mistakes

  • Including totals inside the table body.
  • Using merged cells or multiple header rows.
  • Leaving blank columns in the range.
  • Treating table style as only decoration and missing the structured-reference behavior.

Frequently asked questions

What is the shortcut to create a table?

Ctrl+T.

Can I turn a table back into a range?

Yes. Use Table Design ▸ Convert to Range.

Why use tables?

They keep ranges expandable, filterable and easier to reference in formulas.