In Excel: use =(New-Old)/Old and format the result as a percentage.
Increase of 48 units
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
Percentage change tells you how much a value rose or fell relative to where it started, which is what makes a €20 move on €100 (20%) and a €20 move on €400 (5%) comparable. Subtracting old from new gives the absolute change; dividing by the old value rebases it to a rate. A positive result is an increase, a negative one a decrease. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “excel formula find percentage of a number”. Start on a copy or a tiny sample, keep the affected formula visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a calculation you can defend to a CFO or an auditor, but the practical win is that someone else can open the file and understand what happened without asking you.
A worked example
A price goes from 120 to 168: =(168-120)/120 = 0.4, formatted as 40% — a 40% increase. If it instead fell to 90, =(90-120)/120 = −25%. The tool above colours increases green and decreases red and also shows the raw unit change, so you see both the rate and the absolute move. Percentage change is the language of every trend: month-on-month revenue, year-on-year growth, price moves, conversion shifts. It turns two raw numbers into a comparable story anyone can read at a glance. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “excel formula find percentage of a number” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Dividing by the new value instead of the old — the base must be the starting point.
- Leaving the result as a decimal (0.4) instead of formatting it as 40%.
- Averaging percentage changes across periods instead of compounding them.
- Dividing by zero when the original value is 0, which has no defined percentage change.
Frequently asked questions
Increase vs difference — same thing?
Percentage increase/decrease keeps the sign and uses the old value as base. Percentage difference between two independent figures usually divides by their average instead.
How do I show it with a + or − sign?
Apply a custom number format like +0.0%;−0.0% so increases and decreases are visually signed without extra formulas.
Why is my percentage huge?
Almost always a missing percent format (a value of 0.4 shown as 40 instead of 40%) or dividing by a very small base value.
Other ways people ask this
People reach this page typing “how to find a percentage of a number in excel”, “excel formula to find a percentage of a number”, “formula to find percentage of a number in excel” and “find percentage of number in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
Why do people search for this in so many different ways?
Because the same task has many names. “how to find a percentage of a number in excel”, “excel formula to find a percentage of a number”, “formula to find percentage of a number in excel” all point at the one operation explained on this page, which is why they all lead here.