FormulaCraft

How to calculate actual vs target percentage in Excel and Google Sheets

Topic:Percentages
Excel & Google Sheets
=(B2-A2)/A2*100%

Verified example

Computed by a real spreadsheet engine on the sample data below.

ActualTarget
150200
250200
300300

=(B2-A2)/A2*100%0.3333333333

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter your actual values in one column and target values in another.
  2. 2In a third column, use the formula to calculate the percentage difference.
  3. 3Format the result as a percentage for clarity.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

What if my target value is zero?

If the target value is zero, the formula will return a #DIV/0! error. You may need to handle this case separately in your calculations.

Can I format the result as a percentage?

Yes, you can format the result as a percentage by selecting the cell, right-clicking, choosing 'Format Cells', and then selecting 'Percentage'.

Do the formulas differ between Excel and Google Sheets?

No, the formulas for calculating actual vs target percentage are identical in both Excel and Google Sheets.

More on Percentages

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: