Wednesday, May 27, 2026Today's Paper

Omni Apps

How to Find the Percent of Two Numbers: Step-by-Step Guide
May 27, 2026 · 15 min read

How to Find the Percent of Two Numbers: Step-by-Step Guide

Learn how to find the percent of two numbers with step-by-step formulas, Excel shortcuts, and easy mental math tricks for real-world scenarios.

May 27, 2026 · 15 min read
MathematicsData AnalysisExcel Tips

Understanding how to find the percent of two numbers is one of the most practical mathematical skills you can learn. Whether you are analyzing business performance, calculating a tip, grading a student's quiz, or tracking your personal budget, percentages are everywhere.

However, when people search for how to get percentage of two numbers, they are often trying to solve very different problems. You might want to know what portion of a total a single number represents (part-to-whole), how much a value has changed over time (percentage increase or decrease), or how two independent numbers compare to each other (percentage difference).

In this ultimate guide, you will learn how to find percentage of two numbers using clear, step-by-step math formulas, real-world examples, and Excel shortcuts. We will also cover a common "content gap" that most guides leave out: how to calculate the percentage position of a number that sits within a range between two other numbers. Let’s dive in!

1. What Does It Mean to Find the Percent of Two Numbers?

Before we pick up a calculator or open a spreadsheet, let's break down what a percentage actually is. The word "percent" comes from the Latin phrase "per centum", which literally translates to "by the hundred." When you write a percentage, you are expressing a number as a fraction of 100. For example, 25% means 25 out of 100, or 25/100.

When you need to calculate percentage of 2 numbers, your objective depends entirely on the question you are trying to answer. Typically, this falls into one of three categories:

  1. Part-to-Whole Comparisons: You have a smaller number (the part) and a larger number (the whole), and you want to know what fraction of the whole the part is. For example: "If I got 18 questions correct out of 20, what is my score?"
  2. Percentage Change: You want to measure how much a number grew or shrank compared to its original value. For example: "My rent increased from $1,000 to $1,150. What percentage increase is that?"
  3. Percentage Difference: You want to compare two independent numbers to see how different they are from each other, without treating either one as the "original" or "whole." For example: "Company A sells a product for $80, and Company B sells it for $100. What is the percentage difference between their prices?"

By identifying which scenario you are facing, you can easily select the correct formula to work out percentage of two numbers quickly and accurately.

2. Method 1: Finding the Percentage of One Number Relative to Another (Part-to-Whole)

The most common reason people search for how to get percentage of 2 numbers is to determine what percentage one number is of another. This is the classic "part-to-whole" ratio.

The Part-to-Whole Formula

To find what percentage Y is of X, use the following simple formula:

Percentage = (Part / Whole) * 100

Or, written with variables where Y is the part and X is the whole:

Percentage = (Y / X) * 100

Step-by-Step Walkthrough

To find percentage of 2 numbers using this method, follow these steps:

  1. Divide the part by the whole: This will give you a decimal value between 0 and 1 (or greater than 1, if the part is larger than the whole).
  2. Multiply the result by 100: This shifts the decimal point two places to the right to convert the decimal into a percentage.
  3. Add the percent sign (%): This indicates that the number is represented as a fraction of 100.

Real-World Example A: Grading a Test

Imagine you are a teacher grading an essay exam. A student scores 17 points out of a maximum of 25 points. You want to get percentage from two numbers (17 and 25) to determine their grade.

  1. Identify your variables: the Part (Y) is 17, and the Whole (X) is 25.
  2. Divide the part by the whole: 17 / 25 = 0.68
  3. Multiply the decimal by 100: 0.68 * 100 = 68
  4. Add the percent sign: The student received a 68% on the exam.

Real-World Example B: Tracking Project Completion

Suppose your project management tracker shows that your team has completed 45 out of 180 tasks on a product launch roadmap. You need to get the percentage of two numbers to present your progress to stakeholders.

  1. Identify your variables: the Part (Y) is 45, and the Whole (X) is 180.
  2. Divide the part by the whole: 45 / 180 = 0.25
  3. Multiply by 100: 0.25 * 100 = 25
  4. Add the percent sign: The launch roadmap is 25% complete.

Using this formula is incredibly easy once you pinpoint which number represents the "whole" and which represents the "part."

3. Method 2: Calculating Percentage Change Between Two Numbers (Increase & Decrease)

In many financial, economic, and business contexts, you aren't just looking for a simple ratio. Instead, you want to measure the rate of change over time. When you need to calculate percentage from two numbers representing an old value and a new value, you are calculating percentage change.

The Percentage Change Formula

To find the percentage increase or decrease between an old value and a new value, use this formula:

Percentage Change = ((New Value - Old Value) / Old Value) * 100

If the resulting number is positive, you have a percentage increase. If the number is negative, you have a percentage decrease.

Step-by-Step Walkthrough

  1. Find the absolute change: Subtract the old value from the new value.
  2. Divide the change by the old value: Be sure to divide by the original value, not the new one. This is the most common error people make when trying to figure out percentage of two numbers.
  3. Multiply the decimal by 100: This converts the fraction into a percentage.

Real-World Example A: Measuring a Salary Raise (Percentage Increase)

Let’s say you received a promotion and your annual salary increased from $65,000 (Old Value) to $71,500 (New Value). What is your raise expressed as a percentage?

  1. Find the difference: 71,500 - 65,000 = 6,500
  2. Divide the difference by the original salary: 6,500 / 65,000 = 0.10
  3. Multiply by 100: 0.10 * 100 = 10
  4. Result: You received a 10% salary increase!

Real-World Example B: E-Commerce Store Conversions (Percentage Decrease)

Suppose your e-commerce website received 800 checkouts in November (Old Value) but dropped to 600 checkouts in December (New Value). How much did your sales volume decrease?

  1. Find the difference: 600 - 800 = -200
  2. Divide by the original November count: -200 / 800 = -0.25
  3. Multiply by 100: -0.25 * 100 = -25
  4. Result: Your website experienced a -25% decrease in sales (a 25% drop).

Understanding percentage change allows businesses to understand trends, scale their marketing budgets, and track performance changes dynamically.

4. Method 3: Calculating Percentage Difference Between Two Independent Numbers

What if you have two numbers, but neither one is the "original" value or the "whole"? For example, if you are comparing the price of a laptop at Best Buy ($900) vs. Amazon ($950), there is no chronological order or mathematical hierarchy. In this situation, calculating percentage change is misleading because choosing Best Buy as the base yields a different percentage than choosing Amazon.

To solve this, you must find the percentage difference.

The Percentage Difference Formula

To find the percentage difference, you divide the absolute difference of the two numbers by their average, then multiply by 100.

Percentage Difference = (|Value 1 - Value 2| / Average of both) * 100

Where the Average is: (Value 1 + Value 2) / 2

Note: The vertical bars | | represent the absolute value, meaning you ignore any negative signs and use a positive value.

Step-by-Step Walkthrough

  1. Subtract the two numbers: Find the absolute difference between them (always a positive number).
  2. Find the average of the two numbers: Add them together and divide by 2.
  3. Divide the difference by the average: This gives you a balanced comparison base.
  4. Multiply by 100: Add the percentage sign.

Real-World Example: Comparing Competitor Prices

Two software companies offer a monthly subscription for cloud storage. Brand A charges $15 per month, while Brand B charges $18 per month. What is the percentage difference between their monthly prices?

  1. Find the absolute difference: |15 - 18| = 3
  2. Find the average price: (15 + 18) / 2 = 16.5
  3. Divide the difference by the average: 3 / 16.5 = 0.1818
  4. Multiply by 100: 0.1818 * 100 = 18.18%
  5. Result: The percentage difference between the two prices is approximately 18.18%.

This method ensures a fair, unbiased comparison because the result remains identical regardless of which brand you list first.

5. Content Gap: Finding the Percentage of a Number Between Two Numbers (Range Mapping)

Almost every standard percentage calculator of two numbers online only covers part-to-whole or percentage change. However, there is a common real-world problem that requires a unique percentage formula: finding where a target number sits inside a range bounded by two other numbers.

For example, if a company's sales target is set between a minimum of $10,000 and a maximum of $50,000, and they achieve $20,000, what percentage of their target range did they accomplish? They didn't just achieve 40% (which is $20,000 out of $50,000) because the scale started at $10,000.

The Range Interpolation Formula

To find the percentage of a target number within a specific range, use this formula:

Percentage of Range = ((Target - Minimum) / (Maximum - Minimum)) * 100

Step-by-Step Walkthrough

  1. Calculate the range: Subtract the minimum value from the maximum value. This represents your "whole" range (representing 100% of the possible growth).
  2. Find the relative progress: Subtract the minimum value from your target number. This represents the "part" you have achieved beyond the starting point.
  3. Divide the progress by the range: This gives you the decimal ratio.
  4. Multiply by 100: Convert to a percentage.

Real-World Example: Employee Performance Bonuses

A sales representative has a quarterly bonus structure.

  • If they hit $50,000 in sales (Minimum), they earn a basic bonus.
  • If they hit $150,000 in sales (Maximum), they earn the maximum bonus.
  • The representative finishes the quarter with $115,000 in sales (Target).

What percentage of the bonus tier range did they achieve?

  1. Find the total range: $150,000 - $50,000 = $100,000
  2. Find their progress above the minimum: $115,000 - $50,000 = $65,000
  3. Divide the progress by the range: $65,000 / $100,000 = 0.65
  4. Multiply by 100: 0.65 * 100 = 65
  5. Result: The representative achieved 65% of the target bonus range.

This calculation is vital for HR departments, gamification progress bars, temperature monitoring systems, and financial indexing.

6. How to Calculate Percentage of 2 Numbers in Excel and Google Sheets

If you are working with large datasets, you don't want to calculate these values by hand. Spreadsheets like Microsoft Excel and Google Sheets make it incredibly easy to find percentage of 2 numbers automatically.

Basic Ratio (Part-to-Whole) in Excel

Suppose you have your part in cell A2 (e.g., 40) and your whole in cell B2 (e.g., 200).

  1. Click on an empty cell where you want the percentage to appear (e.g., C2).
  2. Type the following formula: =A2/B2
  3. Press Enter. You will see a decimal value (e.g., 0.2).
  4. To format this as a percentage, select cell C2, go to the Home tab in the Ribbon, and click the Percent Style (%) button. Alternatively, use the keyboard shortcut Ctrl + Shift + % (Windows) or Cmd + Shift + % (Mac). Excel will automatically format it as 20%.

Percentage Change (Increase/Decrease) in Excel

If you have your old value in cell A2 (e.g., 120) and your new value in cell B2 (e.g., 150):

  1. In cell C2, enter this formula: =(B2-A2)/A2
  2. Press Enter.
  3. Format the cell as a percentage. The formula will calculate the difference (30), divide it by the original value (120) to get 0.25, and format it as 25%.

Troubleshooting: Fixing the #DIV/0! Error

If your denominator cell (the "whole" or "old value") is blank or contains a zero, Excel will throw a #DIV/0! error because division by zero is mathematically impossible.

To prevent this and keep your spreadsheets clean, wrap your formula in the IFERROR function: =IFERROR(A2/B2, 0)

This formula tells Excel: "Try to divide A2 by B2. If it results in an error, display 0 (or 0%) instead of an ugly error code."

7. Mental Math Hacks: How to Calculate Percentages in Your Head

You won't always have a computer or calculator handy when shopping or sitting in a meeting. Learning how to figure out percentage of two numbers using mental math is a powerful cognitive shortcut.

Hack 1: The Commutative Property (The Symmetry Trick)

This is one of the best-kept secrets in basic mathematics. In multiplication, the order of numbers doesn't matter. Because percentages are multiplication in disguise, the same rule applies:

X% of Y = Y% of X

If you are asked to find 8% of 50, your brain might freeze. However, using the commutative property, you can flip the numbers: finding 50% of 8 is incredibly easy! Since 50% is simply half of a number, half of 8 is 4. Therefore, 8% of 50 is also 4.

Hack 2: The 10% and 1% Building Block Method

You can calculate almost any percentage by breaking it down into 10% and 1% increments:

  • To find 10% of any number: Slide the decimal point one place to the left (e.g., 10% of 250 is 25).
  • To find 1% of any number: Slide the decimal point two places to the left (e.g., 1% of 250 is 2.5).

Once you have these baselines, you can construct other percentages:

  • To find 5%: Find 10% and divide it by 2 (e.g., 5% of 250 is half of 25, which is 12.5).
  • To find 15% (ideal for tipping): Find 10%, find 5%, and add them together (e.g., 15% of $80 -> 10% is $8, 5% is $4. $8 + $4 = $12).
  • To find 20%: Find 10% and double it (e.g., 20% of $80 -> 10% is $8. $8 * 2 = $16).

Mastering these shortcuts allows you to make quick business estimates, verify bank fees, and compute discounts while shopping without pulling out your phone.

8. Frequently Asked Questions (FAQ)

How do I calculate a percentage of a total when I have more than two numbers?

If you have multiple numbers (such as $100, $300, and $600) and want to find what percentage of the total each individual number represents, you must first add them all together to find the "grand total."

  1. Add the numbers: 100 + 300 + 600 = 1,000
  2. Use the part-to-whole formula for each number against the grand total:
    • For $100: (100 / 1,000) * 100 = 10%
    • For $300: (300 / 1,000) * 100 = 30%
    • For $600: (600 / 1,000) * 100 = 60%

What is the difference between "percent" and "percentage points"?

These terms are often confused in financial reporting.

  • Percent measures the rate of change relative to the original value.
  • Percentage points represent the simple arithmetic difference between two percentages. For example, if a bank’s interest rate increases from 4% to 5%:
  • It increased by 1 percentage point (5 - 4 = 1).
  • It increased by 25 percent because 1 is 25% of the original 4% rate.

Can a percentage be greater than 100%?

Yes! A percentage greater than 100% simply means that the "part" is larger than the "whole" or that a value has more than doubled. For example, if your business generated $150,000 in revenue this month compared to a target of $100,000, you achieved 150% of your goal. If a stock rises from $10 to $30, it has experienced a 200% increase.

How do I calculate percentages on a basic phone calculator?

If you are using a standard iOS or Android calculator:

  1. Divide the first number (the part) by the second number (the whole).
  2. Press the equals (=) button.
  3. Tap the percentage (%) button, or simply multiply the decimal result by 100. For example, to find what percentage 12 is of 48: press 12, then /, then 48, then =, then click % to see 25.

Is "percent" written as one word or two words?

Both are technically correct, but spelling preferences vary by region. In American English, "percent" (one word) is the standard spelling. In British English, "per cent" (two words) is traditionally preferred, although "percent" is increasingly common worldwide.

Summary of Key Formulas

Scenario Question Being Answered Formula
Part-to-Whole What percentage of X is Y? Percentage = (Y / X) * 100
Percentage Change By what % did X grow/shrink to become Y? Change = ((Y - X) / X) * 100
Percentage Difference How different are independent values X and Y? `Difference = (
Range Mapping Where does target T sit between min A and max B? Progress = ((T - A) / (B - A)) * 100

By committing these four basic frameworks to memory, you can easily tackle any percentage problem that comes your way. Whether you are building an automated business dashboard in Excel or quickly estimating a tip at dinner, you now have the tools and methods to master the math behind percentages!

Related articles
Percent Kaise Nikalte Hai? Percentage Nikalne Ka Formula Aur Sabse Aasan Tarika
Percent Kaise Nikalte Hai? Percentage Nikalne Ka Formula Aur Sabse Aasan Tarika
Percent kaise nikalte hai? Is complete guide mein percentage nikalne ka formula, mobile calculator trick aur result marks calculate karne ke sabse aasan tarike sikhein.
May 27, 2026 · 11 min read
Read →
The Ultimate Degree Calculator Guide: Academic, Math, and Slope
The Ultimate Degree Calculator Guide: Academic, Math, and Slope
Need a degree calculator? Learn how to calculate university grades, convert geometric degrees to percentages, and calculate percent slope with formulas.
May 27, 2026 · 13 min read
Read →
How to Convert Volume to Litres: The Ultimate Guide
How to Convert Volume to Litres: The Ultimate Guide
Master how to convert volume to litres with our ultimate guide. Learn step-by-step formulas, view quick conversion tables, and solve area-to-volume calculations.
May 26, 2026 · 14 min read
Read →
Celsius Formula: The Ultimate Guide to Temperature Conversions
Celsius Formula: The Ultimate Guide to Temperature Conversions
Master the Celsius formula with our complete step-by-step guide. Learn the exact math, discover highly accurate mental calculation hacks, and clear up common misconceptions.
May 26, 2026 · 14 min read
Read →
Percentage to Percentile Converter: Formula & Guide
Percentage to Percentile Converter: Formula & Guide
Looking for a percentage to percentile converter? Learn the formulas and step-by-step methods to convert percentile to percentage with this complete guide.
May 26, 2026 · 13 min read
Read →
You May Also Like