Percentage Increase Calculator: A Complete Guide (With Examples)
Learn how to calculate percentage increase step by step with formulas, practical examples, and how to use our online percentage increase calculator.
Calculate what percentage one number is of another with step-by-step guidance. Ideal for calculating test scores, sales completion rates, budget tracking, project progress, and more.
Find What Percentage One Number Represents of Another – Instant Calculation
Formula:
Percentage = (A ÷ B) × 100The "What Percent is A of B?" calculation is one of the most fundamental percentage operations used daily in education, business, and personal finance. It answers a simple but crucial question: what proportion does one value represent relative to a total?
Percentage = (A ÷ B) × 100
Where: A = the part or amount you're analyzing | B = the total or whole amount
This formula works by converting any ratio into a standardized scale of 100. Once you divide the part by the whole, multiplying by 100 transforms that decimal into a percentage everyone can understand instantly.
Percentages normalize comparisons. Whether you're evaluating a test score out of 50 points or 200 points, the percentage score makes the performance level immediately clear and comparable across different scales.
Let's walk through a practical scenario: You earned $18,500 in commission from a total sales target of $50,000. What percentage of your target did you achieve?
Step 1: Identify your values
Step 2: Divide A by B
$18,500 ÷ $50,000 = 0.37
Step 3: Multiply by 100
0.37 × 100 = 37%
Result: You achieved 37% of your $50,000 sales target.
Calculating percentages in spreadsheets is straightforward and saves time on repetitive calculations. Here are the most reliable methods:
Basic Formula:
=A2/B2
Then format the cell as Percentage from the formatting menu.
Explicit Percentage Formula:
=(A2/B2)*100
Returns the result directly as a percentage number (e.g., 37, not 0.37).
Safe Formula (Prevents Division Errors):
=IF(B2=0,"", (A2/B2)*100)
Avoids the #DIV/0! error if B2 is empty or zero.
Tip: When analyzing large datasets, copy the formula down the column for instant percentage calculations across all rows.
The most frequent error is dividing in the wrong order. Remember: A (part) always goes on top, B (total) always goes on bottom. If you reverse them, you'll get a completely incorrect percentage.
Wrong: (80 ÷ 20) × 100 = 400% | Right: (20 ÷ 80) × 100 = 25%
The decimal result alone is not a percentage. You must multiply by 100 to convert to the percentage scale. 0.25 is not 25%—it becomes 25% only after multiplying by 100.
Ensure A and B are measured in the same units. You can't meaningfully calculate what percentage $500 is of 100 kilograms. Convert to common units first.
B must never be zero. This creates an undefined result. Always check that your total is a positive, non-zero number.
When A exceeds B, the percentage exceeds 100%. This is valid and means the part surpasses the whole or target. Don't assume it's an error.
One of the most important distinctions in percentage calculations is understanding that order is not interchangeable. The formula is directional.
Example: Comparing Reverse Calculations
Scenario: You have 25 apples and 100 oranges.
Notice how reversing the dividend and divisor changes the result entirely. Always be clear about what you're measuring as the part and what as the whole.
Test Score: 85 correct out of 100 questions
Result: 85%
Sales Goal: $12,000 achieved from $15,000 target
Result: 80%
Project Progress: 45 tasks completed of 60 total
Result: 75%
Budget Usage: $800 spent from $1,000 allocated
Result: 80%
Website Traffic: 4,500 organic visits of 10,000 total
Result: 45%
Customer Response: 150 respondents of 1,200 surveyed
Result: 12.5%
Above Target: 250 units sold of 200 goal
Result: 125% (exceeds target)
Decimal Example: 18.5 of 75
Result: 24.67%
Divide A by B, then multiply the result by 100. The formula is: (A ÷ B) × 100. For example, if A is 20 and B is 80, the calculation is (20 ÷ 80) × 100 = 0.25 × 100 = 25%.
Order matters critically. "A of B" calculates A ÷ B, while "B of A" calculates B ÷ A, producing completely different results. For example, 25 of 100 is 25%, but 100 of 25 is 400%. Always ensure you are dividing the part by the whole.
Yes, absolutely. When A (the part) is larger than B (the total), the percentage exceeds 100%. This represents a value that surpasses the baseline. For instance, if you sold 150 units against a goal of 100, that is 150% achievement — a 50% surplus.
Division by zero is mathematically undefined. Without a meaningful total or baseline, the ratio cannot be calculated. B must always be a non-zero number to produce a valid percentage.
Use the formula =(A2/B2)*100 where A2 is your part and B2 is your total. To format as a percentage directly, use =(A2/B2) and then format the cell as a percentage. For safety against division errors, use =IF(B2=0,"", (A2/B2)*100).
This calculator shows the ratio of a part to a whole at a single point in time. Percentage change, by contrast, measures how much a value has increased or decreased between two different points in time. Use this for static ratios; use percentage change to track growth or decline.
Absolutely. Enter your test score as A and the total possible points as B. For example, if you scored 92 out of 110 points, enter 92 in A and 110 in B to get your percentage grade (approximately 83.64%).
This calculator handles decimals perfectly. For fractions, convert them to decimals first. For example, 3/4 becomes 0.75. The calculator will automatically process and return a precise percentage.
"What percent is A of B?" asks what ratio A represents relative to B. "What is X% of a number?" starts with a known percentage and calculates the corresponding amount. These are inverse operations solving different problems.
Technically yes, but interpret carefully. Negative values can produce negative percentages, which may not make sense in most real-world contexts. Stick to positive values for standard ratio and percentage calculations.
Mastered "what percent is A of B?" Ready to expand your percentage skills?
Explore complementary calculators:
Each calculator includes step-by-step guides, real examples, and Excel formulas to boost your calculation confidence.
Quickly find X% of any number in seconds.
Calculate percentage increase instantly.
Find percentage drops quickly and easily.
Calculate percentage increase or decrease instantly.
Compare two values and find their percentage difference.
Explore all percentage tools in one place — find, compare, and calculate easily.
Explore other tools to compare percentages, calculate discounts, and track your savings faster.
Learn how to calculate percentage increase step by step with formulas, practical examples, and how to use our online percentage increase calculator.
Learn how bulk discounts work and whether buying in bulk actually saves money. Complete guide with formulas, real examples, and per-unit calculations.
Learn how to calculate percentage increase to track growth in salary, investments, business metrics, and personal progress. Complete guide with formulas and real examples.