To calculate what percentage a part represents of a total sum, divide the part by the total, then multiply by 100.
Basic formula:
Percentage = (Part ÷ Total) × 100
Example: If you scored 45 points out of a possible 60, the calculation is: (45 ÷ 60) × 100 = 0.75 × 100 = 75%
Step-by-step process:
- Identify the "part" (the specific value you're measuring) and the "total" (the whole sum it's part of).
- Divide the part by the total to get a decimal.
- Multiply that decimal by 100 to convert it to a percentage.
- Add the "%" symbol to the result.
Related calculations:
-
Finding a percentage of a number (the reverse operation): multiply the total by the percentage expressed as a decimal. Example: 20% of 150 = 0.20 × 150 = 30
-
Finding percentage of multiple parts within a total: If you have several items that make up a whole (e.g., budget categories, survey responses), calculate each item's percentage separately using the same part/total formula, and the results should sum to 100% (allowing for rounding). Example: A budget of $2,000 with $500 spent on rent = (500 ÷ 2000) × 100 = 25%
-
Percentage increase or decrease: Subtract the original value from the new value, divide by the original value, then multiply by 100. Formula: ((New − Original) ÷ Original) × 100
Using spreadsheet software: In Excel or Google Sheets, you can calculate this directly with a formula like =(A1/A2)*100, where A1 is the part and A2 is the total. Many spreadsheet programs also let you format a cell as a percentage automatically after entering =A1/A2, without manually multiplying by 100.
Tip: Always double-check that your "total" figure genuinely represents the whole amount you're comparing against — using the wrong denominator is the most common source of error in percentage calculations.*