Calculate Budget Variance in Dollars and Percent
You have a budget column and an actual column, and you need to see how far off each line item is — in dollars and as a percentage — so the misses stand out.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
With budget in column A and actual in column B, actual minus budget gives the variance in dollars. Divide that by the budget — =(B2-A2)/A2 — and format as a percentage to see how big the miss is relative to what you planned. The sign tells a different story depending on the line: for an expense line, a positive variance means you overspent; for a revenue line, positive means you beat plan. That's why finance teams often label the column "Over/(Under)" rather than "Good/Bad" — the number is neutral, the interpretation depends on the line.
When to use it
Use this on any budget-vs-actual report: monthly department spend, project budgets, revenue plans, event costs. Pair the dollar variance with the percent so a $500 miss on a $1,000 line doesn't hide next to a $500 miss on a $100,000 line.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08