How to Calculate Percentage in Excel

Calculate percentages, percentage change, and increases in Excel with practical formulas and correct percentage formatting.

=B2/C2

Direct answer

Quick answer

Divide the part by the total, then format the result as a percentage. If the score is in B2 and the total is in C2, enter =B2/C2 and apply Percent Style.

Percentage of a total

=B2/C2

Divides the part in B2 by the total in C2.

Percentage change

=(C2-B2)/B2

Compares the new value in C2 with the original value in B2.

Increase by a percentage

=B2*(1+C2)

Raises the amount in B2 by the percentage stored in C2.

Percentage format shortcut

Ctrl+Shift+%

Applies Percentage format to selected cells in Excel for Windows.

Press ⌘+Enter to submit

Need more than a single How To Calculate Percentage In Excel formula? Try our free AI for Excel — it reads your entire spreadsheet, answers questions in plain English, and builds charts and analysis in the same chat.

Exam score percentage

Cell D2 divides 42 correct answers by 50 total questions and displays the decimal result as 84%.

Cell D2 divides 42 correct answers by 50 total questions and displays the decimal result as 84%.
StudentCorrect (B)Total (C)Percentage (D)
Avery425084%
Jordan385076%
Sam475094%

Step-by-step instructions

  1. Enter the part and total

    Put the part or achieved amount in B2 and the total possible amount in C2.

  2. Divide the part by the total

    Select D2, type =B2/C2, and press Enter.

  3. Apply percentage formatting

    Select D2 and choose Home > Number > Percent Style, or press Ctrl+Shift+% on Windows.

  4. Fill the formula down

    Drag the fill handle down to calculate the percentage for the remaining rows.

Common mistakes to avoid

  • Do not multiply =B2/C2 by 100 and then also apply Percentage format; that displays a result 100 times too large.
  • Use the original value as the denominator in a percentage-change formula: =(new-original)/original.
  • Guard against a zero total when needed, for example with =IF(C2=0,"",B2/C2).

Compare your options

Decide with evidence, not a sales pitch.

Open a neutral research prompt in the AI tool you already use. Compare capabilities, limitations, and fit before you choose.

AI answers can be incomplete. Check source links, current pricing, and product documentation before deciding.

Need More Help with Excel Formulas?

Sign up for Formula Bot and get unlimited AI-powered formula generation, explanations, and advanced data analysis.