Calculate Each Item's Percentage of the Total
You have amounts by category — spend, revenue, headcount — and need each row expressed as a share of the total, so 2,500 becomes "50% of everything."
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
Each row's value is divided by the same grand total. The $ signs are the whole trick: $B$2:$B$6 is an absolute reference, so when you copy the formula down, the numerator moves row by row while the denominator stays locked on the full range. Format the column as a percentage and the shares appear — and they always add up to 100%, which makes this the fastest sanity check on any breakdown.
When to use it
Use it for any "what share of the whole" question: spend by category, revenue by product, tickets by team, survey answers by option.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08