Pie by Pie Chart Excel

There are two ways to “pie by pie chart excel”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above with a tool to test it; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: select your labels and values, then Insert ▸ Chart ▸ Pie. To show each slice as a percentage, the share of a value is =value/SUM(range).

ƒxPie-% HelperLive
Q120.0%
Q230.0%
Q310.0%
Q440.0%
value/SUM(range)
Format the result cell as %.
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A pie chart shows how parts make up a whole, with each slice sized by its share of the total. It works best with a handful of categories that add to a meaningful 100% — market share, budget split, survey responses. Beyond five or six slices it gets hard to read, where a bar chart usually communicates better. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “pie by pie chart excel”. Start on a copy or a tiny sample, keep the affected chart visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a visual that makes the number obvious at a glance, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

With quarters Q1Q4 valued 30, 45, 15, 60 (total 150), each slice is value/total: Q4 is 60/150 = 40% of the pie. In a cell, =B2/SUM($B$2:$B$5) gives that share; format it as a percentage and add data labels so the slices are annotated. The donut above recomputes every slice as you edit the values. A pie chart is the fastest way to make a composition obvious — where the money goes, who holds what share. Used on the right data (a few parts of one whole) it is instantly readable to any audience. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Here is the takeaway for “pie by pie chart excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.

Common mistakes

  • Using a pie for more than ~6 categories, where slices blur together — switch to a bar chart.
  • Plotting values that do not sum to a meaningful whole, so percentages mislead.
  • Including a total row in the data, which adds a giant 50% slice.
  • Relying on colour alone; add labels so the chart is readable in greyscale.

Frequently asked questions

How do I show percentages on each slice?

Add data labels, then in label options tick “Percentage”. Excel computes each slice’s share of the total automatically.

Pie or bar chart?

Pie suits a few parts of one whole; bar charts compare many categories or values that do not sum to 100%. When in doubt, use a bar chart — it is easier to read.

Why does my pie look wrong?

Usually a stray total row or a blank category is included. Plot only the category/value pairs that add to your whole.