Excel Formula for Percent of Total

“excel formula for percent of total” comes up constantly, so this page leads with the exact answer, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: divide each value by the total with the total range locked: =B2/SUM($B$2:$B$5), fill it down, then format the column as Percentage.

On this page7
Annotated stepsExcel
1

Enter the values in one column (e.g. B2:B5).

2

In the next column type =B2/SUM($B$2:$B$5).

3

Fill the formula down to the last row.

4

Format the result column with Home ▸ Number ▸ Percentage.

5

Optionally check that =SUM(C2:C5) shows 100%.

=B2/SUM($B$2:$B$5)
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

Percent of total is a share: one part divided by the sum of all parts. The part reference (B2) must move as you fill down, while the total range ($B$2:$B$5) must stay fixed, which is why it carries dollar signs. Formatting the result as Percentage multiplies the display by 100 without changing the value, so the shares always add up to 100%. It is not percentage change, which compares a new value with an old one. 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. Treat “excel formula for percent of total” 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 formula shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Sales in B2:B5 are 120, 80, 200 and 100, a total of 500. In C2 enter =B2/SUM($B$2:$B$5) and fill down to C5, then apply Percentage format: C2 shows 24%, C3 16%, C4 40% and C5 20%, which together make 100%. Shares of a total make categories comparable regardless of size — which product, region or cost line carries the most weight — and they are the numbers behind every pie or 100% stacked chart. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. 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 and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. If you take one thing from this page on “excel formula for percent of total”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Leaving the total range unlocked, so it shifts as you fill down and the shares are wrong.
  • Multiplying by 100 and also applying Percentage format, which shows 2400% instead of 24%.
  • Using the percentage-change formula (New-Old)/Old, which answers a different question.
  • Including the grand-total row inside the SUM range, which halves every share.

Frequently asked questions

How do I show percent of total in a PivotTable?

Right-click a value, choose Show Values As ▸ % of Grand Total (or % of Column Total).

Why do my percentages not add up to exactly 100%?

Rounded display. The underlying values still sum to 1; increase decimal places to see it.

Can I use a total that is already in a cell?

Yes — =B2/$B$6 works if B6 holds the total; keep the reference absolute.

Other ways people ask this

This is also commonly searched as “excel percent of total formula” and “excel formula percent of total”. They describe the identical operation, so you are in the right place no matter how you phrased it.

Why do people search for this in so many different ways?

Because the same task has many names. “excel percent of total formula”, “excel formula percent of total” all point at the one operation explained on this page, which is why they all lead here.